apply_filters( "handle_network_bulk_actions-{$screen}", string $redirect_url, string $action, array $items, int $site_id )

Fires when a custom bulk action should be handled.


Description Description

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 Parameters

$redirect_url

(string) The redirect URL.

$action

(string) The action being taken.

$items

(array) The items to take the action on.

$site_id

(int) The site ID.


Top ↑

Source Source

File: wp-admin/network/site-themes.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.