get_stylesheet
get_stylesheet ( No parameters )
Returns:- (string) Stylesheet name.
Defined at: - Introduced in WordPress: 1.5.0
- Deprecated in WordPress: —
Description
Retrieves name of the current stylesheet.The theme name that is currently set as the front end theme.
For all intents and purposes, the template name and the stylesheet name
are going to be the same for most cases.