forked from beezwax/WP-Publish-to-Apple-News
-
Notifications
You must be signed in to change notification settings - Fork 71
Filter: apple_news_skip_push
kevinfodness edited this page Oct 23, 2020
·
1 revision
Filters whether the post should be skipped and not pushed to Apple News.
$skip
(bool) Whether the post should be skipped. Defaults to false
.
$post_id
(int) The ID of the post.
Allows you to stop publication of a post to Apple News based on your own
custom logic. A common use case is to not publish posts with a certain
category or tag. By default this is always false
as all posts are
published once they reach this step.
For support, please file an issue here on GitHub or visit the WordPress.org support forum.