Archive | /wp-includes/link-template.php RSS feed for this section

network_site_url

Retrieve the site url for the current network.Returns the site url with the appropriate protocol, ‘https’ if is_ssl() and ‘http’ otherwise. If $scheme is ‘http’ or ‘https’, is_ssl() is overridden.

2427

Continue reading

network_home_url

Retrieve the home url for the current network.Returns the home url with the appropriate protocol, ‘https’ if is_ssl() and ‘http’ otherwise. If $scheme is ‘http’ or ‘https’, is_ssl() is overridden.

2425

Continue reading