Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::autosaved() | Gets whether data from a changeset’s autosaved revision should be loaded if it exists. |
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::get_changeset_post_data() | Get the data stored in a changeset post. |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/revision.php: wp_get_post_autosave() | Retrieve the autosaved data of the specified post. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |