Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/network/sites.php | apply_filters | 233 | /** * Multisite sites administration panel. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ |
wp-admin/network/themes.php | apply_filters | 282 | /** * Multisite themes administration panel. * * @package WordPress * @subpackage Multisite * @since 3.1.0 */ |
wp-admin/network/users.php | apply_filters | 132 | /** * Multisite users administration panel. * * @package WordPress * @subpackage Multisite * @since 3.0.0 */ |
wp-admin/network/site-themes.php | apply_filters | 139 | /** * 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. * * @since 4.7.0 * * @param string $redirect_url The redirect URL. * @param string $action The action being taken. * @param array $items The items to take the action on. * @param int $site_id The site ID. */ |
wp-admin/network/site-users.php | apply_filters | 179 | /** * Fires after a user has been created via the network site-users.php page. * * @since 4.4.0 * * @param int $user_id ID of the newly created user. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $redirect_url | The redirect URL. |
string | $action | The action being taken. |
array | $items | The items to take the action on. |
int | $site_id | The site ID. |