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



handle_network_bulk_actions-{$screen} › WordPress Filter Hooks

Seit4.7.0
Veraltetn/v
apply_filters( "handle_network_bulk_actions-{$screen}", $referer, $action, $themes, $id )
Parameter: (4)
  • (string) $redirect_url The redirect URL.
    Erforderlich: Ja
  • (string) $action The action being taken.
    Erforderlich: Ja
  • (array) $items The items to take the action on.
    Erforderlich: Ja
  • (int) $site_id The site ID.
    Erforderlich: Ja
Definiert in:
Codex:

Fires when a custom bulk action should be handled.

The redirect link should be modified with success or failure feedback from the action to be used to display feedback to the user.

The dynamic portion of the hook name, $screen, refers to the current screen ID.





Quellcode

$referer = apply_filters( "handle_network_bulk_actions-{$screen}", $referer, $action, $themes, $id ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores