wpseek.com
A WordPress-centric search engine for devs and theme authors



bulk_actions-{$this->screen->id} › WordPress Filter Hooks

Since5.6.0
Deprecatedn/a
apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions )
Parameters:
  • () actions An array of the available bulk actions.
    Required: Yes
Defined at:
Codex:

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.


Related Functions:


Source

$this->_actions = apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores