handle_network_bulk_actions-{$screen}

handle_network_bulk_actions-{$screen}

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('handle_network_bulk_actions-{$screen}') is found 1 times:

  • /wp-admin/network/site-themes.php line 139
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
                 * @param string $action       The action being taken.
                 * @param array  $items        The items to take the action on.
                 * @param int    $site_id      The site ID.
                 */
                $referer = apply_filters( "handle_network_bulk_actions-{$screen}", $referer, $action, $themes, $id ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
            } else {
                $action = 'error';
                $n      = 'none';
            }
    }