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.


Parameters

$redirect_network_admin_request

(bool)Whether the request should be redirected.


Top ↑

Source

File: wp-admin/network/admin.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
3.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.