WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about network_admin_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 3731 /**
* Filters the network admin URL.
*
* @since 3.0.0
* @since 5.8.0 The `$scheme` parameter was added.
*
* @param string $url The complete network admin URL including scheme and path.
* @param string $path Path relative to the network admin URL. Blank string if
* no path is specified.
* @param string|null $scheme The scheme to use. Accepts 'http', 'https',
* 'admin', or null. Default is 'admin', which obeys force_ssl_admin() and is_ssl().
*/

Hook Parameters

Parameter Type Name Description
string $url The complete network admin URL including scheme and path.
string $path Path relative to the network admin URL. Blank string if
string|null $scheme The scheme to use. Accepts 'http', 'https',