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;
} | 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