Skip to content

Action: apple_news_after_push

kevinfodness edited this page Oct 23, 2020 · 2 revisions

do_action( 'apple_news_after_push', int $post_id, object $result )

Actions to be taken after an article was pushed to Apple News.

Parameters

$post_id

(int) The ID of the post.

$result

(object) The JSON returned by the Apple News API.

Source

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

Clone this wiki locally