Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_lock_user_data() | Get lock user data. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::refresh_changeset_lock() | Refreshes changeset lock with the current time if current user edited the changeset before. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::find_changeset_post_id() | Find the changeset post ID for a given changeset UUID. |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::changeset_post_id() | Get the changeset post ID for the loaded changeset. |
wp-admin/includes/post.php: wp_check_post_lock() | Check to see if the post is currently being edited by another user. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |