WP_Customize_Manager::get_stylesheet_root()
Retrieve the stylesheet root of the previewed theme.
Return
(string) Theme root.
Source
File: wp-includes/class-wp-customize-manager.php
public function get_stylesheet_root() {
return get_raw_theme_root( $this->get_stylesheet(), true );
}
Changelog
Version | Description |
---|---|
WP-3.4.0 | Introduced. |