network_home_url

network_home_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('network_home_url') is found 1 times:

  • /wp-includes/link-template.php line 3784
    	 *                                 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.0