Skip to content

Filter: apple_news_api_post_meta

kevinfodness edited this page Oct 23, 2020 · 2 revisions

apply_filters( 'apple_news_api_post_meta', array $meta, int $post_id )

Filters custom metadata for the article before being sent to Apple.

Parameters

$meta

(array) The Apple News Format metadata to be sent to Apple.

$post_id

(int) The ID of the post.

Source

includes/apple-push-api/request/class-request.php

Clone this wiki locally