GC_Customize_Manager::get_template()
最后更新于:2021-11-27 01:00:34
GC_Customize_Manager::get_template()Retrieve the template name of the previewed theme.
响应
(string) Template name.
源文件
文件: gc-includes/class-gc-customize-manager.php
public function get_template() {
return $this->theme()->get_template();
}