Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::establish_loaded_changeset() | Establish the loaded changeset. |
Get the changeset UUID.
(string) UUID.
File: wp-includes/class-wp-customize-manager.php
public function changeset_uuid() { if ( empty( $this->_changeset_uuid ) ) { $this->establish_loaded_changeset(); } return $this->_changeset_uuid; }
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::establish_loaded_changeset() | Establish the loaded changeset. |
Used By | Description |
---|---|
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::save_changeset_post() | Save the post for the loaded changeset. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::add_state_query_params() | Add customize state query params to a given URL if preview is allowed. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::changeset_post_id() | Get the changeset post ID for the loaded changeset. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::customize_pane_settings() | Print JavaScript settings for parent window. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::customize_preview_settings() | Print JavaScript settings for preview frame. |
Version | Description |
---|---|
4.7.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_manager/changeset_uuid