wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



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

Seit5.6.0
Veraltetn/v
apply_filters( "bulk_actions-{$this->screen->id}", $this->_actions )
Parameter:
  • () actions An array of the available bulk actions.
    Erforderlich: Ja
Definiert in:
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.


Ähnliche Funktionen:


Quellcode

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