GC_Customize_Manager::is_theme_active()

最后更新于:2021-11-27 01:04:13

GC_Customize_Manager::is_theme_active()

Checks if the current theme is active.

响应

(bool)

源文件

文件: gc-includes/class-gc-customize-manager.php

	public function is_theme_active() {
		return $this->get_stylesheet() === $this->original_stylesheet;
	}