wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



handle_network_bulk_actions-{$screen} › WordPress Filter Hooks

Da4.7.0
Deprecaton/a
apply_filters( "handle_network_bulk_actions-{$screen}", $referer, $action, $themes, $id )
Parametri: (4)
  • (string) $redirect_url The redirect URL.
    Richiesto:
  • (string) $action The action being taken.
    Richiesto:
  • (array) $items The items to take the action on.
    Richiesto:
  • (int) $site_id The site ID.
    Richiesto:
Definito a:
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.





Sorgenti

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