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::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::dismiss_user_auto_draft_changesets() | Dismiss all of the current user’s auto-drafts (other than the present one). |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::save_changeset_post() | Save the post for the loaded changeset. |
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: customize_save_response | Filters response data for a successful customize_save Ajax request. |
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/class-wp-customize-manager.php: WP_Customize_Manager::is_preview() | Is it a theme preview? |
wp-includes/class-wp-customize-manager.php: WP_Customize_Manager::get_stylesheet() | Retrieve the stylesheet name of the previewed theme. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: wp_unslash() | Remove slashes from a string or array of strings. |
wp-includes/formatting.php: sanitize_text_field() | Sanitizes a string from user input or from the database. |
wp-includes/formatting.php: get_gmt_from_date() | Given a date in the timezone of the site, returns that date in UTC. |
wp-includes/pluggable.php: is_user_logged_in() | Determines whether the current visitor is a logged in user. |
wp-includes/pluggable.php: check_ajax_referer() | Verifies the Ajax request to prevent processing requests external of the blog. |
wp-includes/functions.php: wp_checkdate() | Test if the supplied date is valid for the Gregorian calendar. |
wp-includes/functions.php: wp_send_json_error() | Send a JSON response back to an Ajax request, indicating failure. |
wp-includes/functions.php: wp_send_json_success() | Send a JSON response back to an Ajax request, indicating success. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/post.php: get_post_status_object() | Retrieve a post status object by name. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |