WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about redirect_network_admin_request

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/network/admin.php apply_filters 29 /**
* 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.
*/

Hook Parameters

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