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.
$actionsarray
bulk_actions-screenid‘, where screenid is the id of the admin screen that you want to affect.handle_bulk_actions-screenid‘, where screenid is the id of the admin screen that you want to affect.$this->_actions = apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/bulk_actions-this-screen-id