Uses
| Uses | Description | 
|---|---|
| wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::set_changeset_lock() | Marks the changeset post as being currently edited by the current user. | 
| wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_changeset_posts() | Get changeset posts. | 
| wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::branching() | Whether the changeset branching is allowed. | 
| wp-includes/functions.php: wp_is_uuid() | Validates that a UUID is valid. | 
| wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::changeset_post_id() | Get the changeset post ID for the loaded changeset. | 
| wp-includes/functions.php: wp_generate_uuid4() | Generate a random UUID (version 4). | 
| wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::is_theme_active() | Checks if the current theme is active. | 
| wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. | 
| wp-includes/post.php: get_post_stati() | Get a list of post statuses. |