WP_Customize_Manager::current_theme PHP Method

current_theme() public method

Filters the current theme and return the name of the previewed theme.
Since: 3.4.0
public current_theme ( $current_theme ) : string
$current_theme {@internal Parameter is not used}
return string Theme name.
    public function current_theme($current_theme)
    {
        return $this->theme()->display('Name');
    }
WP_Customize_Manager