WP_Theme::get_stylesheet()
The directory name of the theme’s “stylesheet” files, inside the theme root.
Description Description
In the case of a child theme, this is directory name of the child theme. Otherwise, get_stylesheet() is the same as get_template().
Return Return
(string) Stylesheet
Source Source
File: wp-includes/class-wp-theme.php
public function get_stylesheet() {
return $this->stylesheet;
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |