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

home_url

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

1953

Continue reading

get_term_feed_link

Retrieve the feed link for a term.Returns a link to the feed for all posts in a given term. A specific feed can be requested or left blank to get the default feed.

1757

Continue reading

get_site_url

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

1701

Continue reading