Filters the network home URL.
$urlstring$pathstring$orig_schemestring|nullwp-includes/link-template.php:3808network_home_url() * @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. */ return apply_filters( 'network_home_url', $url, $path, $orig_scheme );} /** * Retrieves the URL to the admin area for the network. * * @since 3.0.0Introduced in 3.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.