forked from beezwax/WP-Publish-to-Apple-News
-
Notifications
You must be signed in to change notification settings - Fork 71
Filter: apple_news_bulk_actions
kevinfodness edited this page Oct 23, 2020
·
1 revision
Allows you to add, edit or delete available bulk actions on the Apple News list table.
$actions
(array) An associative array, where the keys are action slugs, and the values are the text of the bulk action label.
The actions array is an associative array where the keys are WordPress action strings and the values are the labels for the items in the bulk actions dropdown.
This filter allows you to add your own bulk actions, or to remove bulk actions defined by the plugin. By default, the plugin only defines one bulk action: Publish.
For support, please file an issue here on GitHub or visit the WordPress.org support forum.