network_site_url

network_site_url

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('network_site_url') is found 1 times:

  • /wp-includes/link-template.php line 3734
    	 *                            no path is specified.
    	 * @param string|null $scheme Scheme to give the URL context. Accepts 'http', 'https',
    	 *                            'relative' or null.
    	 */
    	return apply_filters( 'network_site_url', $url, $path, $scheme );
    }
    
    /**
     * Retrieves the home URL for the current network.
     *
     * Returns the home URL with the appropriate protocol, 'https' is_ssl()
    

See this hook used in plugins: