Archive | Functions RSS feed for this section

get_stylesheet

Retrieve name of the current stylesheet.The theme name that the administrator has currently set the front end theme as.

1707

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