Uses
Uses | Description |
---|---|
wp-admin/includes/post.php: _wp_post_thumbnail_html() | Returns HTML for the post thumbnail meta box. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
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_success() | Send a JSON response back to an Ajax request, indicating success. |
wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. |
wp-includes/post.php: delete_post_thumbnail() | Removes the thumbnail (featured image) from the given post. |
wp-includes/post.php: set_post_thumbnail() | Sets the post thumbnail (featured image) for the given post. |