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