Uses
Uses | Description |
---|---|
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::changeset_post_id() | Get the changeset post ID for the loaded changeset. |
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/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_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/user.php: get_current_user_id() | Get the current user’s ID |
wp-includes/post.php: wp_delete_post() | Trash or delete a post or page. |
wp-includes/post.php: delete_post_meta() | Deletes a post meta field for the given post ID. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |
wp-includes/post.php: get_post_status() | Retrieve the post status based on the post ID. |
wp-includes/revision.php: wp_get_post_autosave() | Retrieve the autosaved data of the specified post. |