WP_Customize_Manager::settings_previewed() WordPress Method
The WP_Customize_Manager::settings_previewed() method is used to preview any changes to a WordPress site that have been made using the Customizer. This allows a user to see how their site will look with new settings before they are saved.
WP_Customize_Manager::settings_previewed() #
Gets whether settings are or will be previewed.
Description
See also
Return
(bool)
Source
File: wp-includes/class-wp-customize-manager.php
public function settings_previewed() { return $this->settings_previewed; }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |