WP_Customize_Manager::get_template PHP Method

get_template() public method

Retrieve the template name of the previewed theme.
Since: 3.4.0
public get_template ( ) : string
return string Template name.
    public function get_template()
    {
        return $this->theme()->get_template();
    }
WP_Customize_Manager