WP_Customize_Manager::get_stylesheet_root PHP Method

get_stylesheet_root() public method

Retrieve the stylesheet root of the previewed theme.
Since: 3.4.0
public get_stylesheet_root ( ) : string
return string Theme root.
    public function get_stylesheet_root()
    {
        return get_raw_theme_root($this->get_stylesheet(), true);
    }
WP_Customize_Manager