WP_Customize_Manager::is_preview()
Is it a theme preview?
Description Description
Return Return
(bool) True if it's a preview, false if not.
Source Source
File: wp-includes/class-wp-customize-manager.php
public function is_preview() {
return (bool) $this->previewing;
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 3.4.0 | Introduced. |