forked from beezwax/WP-Publish-to-Apple-News
-
Notifications
You must be signed in to change notification settings - Fork 71
Filter: apple_news_should_post_autopublish
kevinfodness edited this page Oct 23, 2020
·
1 revision
apply_filters( 'apple_news_should_post_autopublish', bool $should_autopublish, int $post_id, WP_Post $post )
Ability to override the autopublishing of posts on a per-post level.
$should_autopublish
(bool) Flag if the post should autopublish.
$post_id
(int) Post ID.
$post
(WP_Post) Post object.
For support, please file an issue here on GitHub or visit the WordPress.org support forum.