apply_filters( "bulk_actions-{$this->screen->id}", array $actions )
Filters the list table Bulk Actions drop-down.
Description
The dynamic portion of the hook name, $this->screen->id
, refers to the ID of the current screen, usually a string.
This filter can currently only be used to remove bulk actions.
Parameters
- $actions
-
An array of the available bulk actions.
Source
Changelog
Version | Description |
---|---|
WP-3.5.0 | Introduced. |