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.7.2

apply_filters('network_site_url') is found 1 times:

  • /wp-includes/link-template.php line 3759
    3755
    3756
    3757
    3758
    3759
    3760
    3761
    3762
    3763
    3764
    3765
         *                            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: