GC_Customize_Manager::get_stylesheet_root()
最后更新于:2021-11-27 01:00:17
GC_Customize_Manager::get_stylesheet_root()Retrieve the stylesheet root of the previewed theme.
响应
(string) Theme root.
源文件
文件: gc-includes/class-gc-customize-manager.php
public function get_stylesheet_root() {
return get_raw_theme_root( $this->get_stylesheet(), true );
}