Filter hook 'redirect_network_admin_request'

in WP Core File wp-admin/network/admin.php at line 29

Description

Filters whether to redirect the request to the Network Admin.

Occurrences

Filename Line Number
wp-admin/network/admin.php 29

Parameters

Type Name Description
bool $redirect_network_admin_request Whether the request should be redirected.

PHP Doc

/**
 * Filters whether to redirect the request to the Network Admin.
 *
 * @since 3.2.0
 *
 * @param bool $redirect_network_admin_request Whether the request should be redirected.
 */