Skip to content

Filter: apple_news_delete_capability

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_delete_capability', string $capability )

Filters the delete capability required to delete posts from Apple News.

Parameters

$capability

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

Source

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

Clone this wiki locally