WP_Customize_Manager::settings_previewed()
Gets whether settings are or will be previewed.
Description Description
See also See also
Return Return
(bool)
Source Source
File: wp-includes/class-wp-customize-manager.php
public function settings_previewed() {
return $this->settings_previewed;
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |