GC_Customize_Manager::is_preview()

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

GC_Customize_Manager::is_preview()

Is it a theme preview?

响应

(bool) True if it’s a preview, false if not.

源文件

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

	public function is_preview() {
		return (bool) $this->previewing;
	}