Skip to content

Filter: apple_news_publish_capability

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_publish_capability', string $capability )

Filters the publish capability required to publish posts to Apple News.

Parameters

$capability

(string) The capability required to publish posts to Apple News. Defaults to 'publish_posts', or the equivalent for the post type.

Source

admin/class-admin-apple-post-sync.php

Clone this wiki locally