redirect_network_admin_request WordPress Filter Hook
The redirect_network_admin_request hook is called after the initial request to the network administration panel has been processed. This hook can be used to redirect the user to a different page, or perform any other actions that need to be done before the network administration panel is displayed.
apply_filters( 'redirect_network_admin_request', bool $redirect_network_admin_request ) #
Filters whether to redirect the request to the Network Admin.
Contents
Parameters
- $redirect_network_admin_request
(bool)Whether the request should be redirected.
Source
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |