Filters whether to redirect the request to the Network Admin.
Parameters
$redirect_network_admin_request
bool- Whether the request should be redirected.
Source
$redirect_network_admin_request = apply_filters( 'redirect_network_admin_request', $redirect_network_admin_request );
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.