Uses
Uses | Description |
---|---|
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/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/post.php: get_post_meta() | Retrieves a post meta field for the given post ID. |
wp-includes/post.php: update_post_meta() | Updates a post meta field based on the given post ID. |