WP_Customize_Manager::get_template_root PHP Method

get_template_root() public method

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