WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about bulk_actions-

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-list-table.php apply_filters 552 /**
* Filters the items in the bulk actions menu of the list table.
*
* The dynamic portion of the hook name, `$this->screen->id`, refers
* to the ID of the current screen.
*
* @since 3.1.0
* @since 5.6.0 A bulk action can now contain an array of options in order to create an optgroup.
*
* @param array $actions An array of the available bulk actions.
*/

Hook Parameters

Parameter Type Name Description
array $actions An array of the available bulk actions.