WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about network_home_url

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 3695 /**
* Filters the network home URL.
*
* @since 3.0.0
*
* @param string $url The complete network home URL including scheme and path.
* @param string $path Path relative to the network home URL. Blank string
* if no path is specified.
* @param string|null $orig_scheme Scheme to give the URL context. Accepts 'http', 'https',
* 'relative' or null.
*/

Hook Parameters

Parameter Type Name Description
string $url The complete network home URL including scheme and path.
string $path Path relative to the network home URL. Blank string
string|null $orig_scheme Scheme to give the URL context. Accepts 'http', 'https',