WPDev.one
Filter Hook

handle_network_bulk_actions-{$screen}

apply_filters( 'handle_network_bulk_actions-{$screen}', $referer, $action, $themes, $id )

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.

Parameters 0 required

Name / Type Description
$referer
mixed

No description available.

$action
mixed

No description available.

$themes
mixed

No description available.

$id
mixed

No description available.

Return Value

(mixed)
No return value description available.

Hook Information

Source File
wp-admin/network/site-themes.php
Advertisement