Skip to content

Filter: apple_news_bulk_actions

kevinfodness edited this page Oct 23, 2020 · 1 revision

apply_filters( 'apple_news_bulk_actions', array $actions )

Allows you to add, edit or delete available bulk actions on the Apple News list table.

Parameters

$actions

(array) An associative array, where the keys are action slugs, and the values are the text of the bulk action label.

More Information

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.

Source

admin/class-admin-apple-news-list-table.php

Clone this wiki locally