A HitchHackers guide through WordPress


Home | Pages | Archives


get_stylesheet

February 12, 2011 12:47 am

Definition:
function get_stylesheet() {}

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

Return values

returns:Stylesheet name.

Defined filters

Source code

function get_stylesheet() {

	return apply_filters('stylesheet', get_option('stylesheet'));

}

1707

Rate this:

Posted by Thorsten

Categories: /wp-includes/theme.php, Documentation, Files, Filters, Filters by letter s, Functions, Functions by letter g

Tags: , , ,

Leave a Reply



Mobile Site | Full Site


Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.