get_stylesheet

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

  • stylesheet
    apply_filters('stylesheet', get_option('stylesheet')

Source code

function get_stylesheet() {

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

}

1707

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: