Uses
Uses | Description |
---|---|
wp-includes/media.php: wp_get_registered_image_subsizes() | Returns a normalized list of all currently registered image sub-sizes. |
wp-admin/includes/image.php: _wp_image_meta_replace_original() | Updates the attached file and image meta data when the original image was edited. |
wp-admin/includes/image.php: _wp_make_subsizes() | Low-level function to create image sub-sizes. |
wp-admin/includes/image.php: big_image_size_threshold | Filters the “BIG image” threshold value. |
wp-admin/includes/image.php: wp_read_image_metadata() | Get extended image metadata, exif or iptc as available. |
wp-admin/includes/image.php: intermediate_image_sizes_advanced | Filters the image sizes automatically generated when uploading an image. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: wp_get_image_editor() | Returns a WP_Image_Editor instance and loads file into it. |
wp-includes/post.php: wp_update_attachment_metadata() | Updates metadata for an attachment. |
wp-includes/post.php: _wp_relative_upload_path() | Return relative path to an uploaded file. |
wp-includes/load.php: is_wp_error() | Check whether variable is a WordPress Error. |