Uses
Uses | Description |
---|---|
wp-admin/includes/class-custom-image-header.php: Custom_Image_Header::get_previous_crop() | Get the ID of a previous crop from the same base image. |
wp-admin/includes/image.php: wp_crop_image() | Crops an image to a given size. |
wp-admin/includes/class-custom-image-header.php: Custom_Image_Header::get_header_dimensions() | Calculate width and height based on what the currently selected theme supports. |
wp-admin/includes/class-custom-image-header.php: Custom_Image_Header::create_attachment_object() | Create an attachment ‘object’. |
wp-admin/includes/class-custom-image-header.php: Custom_Image_Header::insert_attachment() | Insert an attachment and its metadata. |
wp-admin/includes/class-custom-image-header.php: wp_create_file_in_uploads | Fires after the header image is set or an error is returned. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/theme.php: current_theme_supports() | Checks a theme’s support for a given feature. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
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: absint() | Convert a value to non-negative integer. |
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: wp_get_attachment_url() | Retrieve the URL for an attachment. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |