Skip to content

Filter: apple_news_article_metadata

Brendan Huffman edited this page Feb 15, 2023 · 2 revisions

apply_filters( 'apple_news_article_metadata', string $metadata, int $post_id )

Allows article metadata to be filtered.

Parameters

$metadata

(string) The article metadata to be filtered.

$post_id

(int) The ID of the post being pushed to Apple News.

Source

admin/apple-actions/index/class-push.php

Clone this wiki locally