wp_get_missing_image_subsizes()
Function: Compare the existing image sub-sizes (as saved in the attachment meta) to the currently registered image sub-sizes, and return the difference.
Source: wp-admin/includes/image.php:87
Function: Compare the existing image sub-sizes (as saved in the attachment meta) to the currently registered image sub-sizes, and return the difference.
Source: wp-admin/includes/image.php:87
Filter Hook: Filters the array of missing image sub-sizes for an uploaded image.
Source: wp-admin/includes/image.php:146
Function: If any of the currently registered image sub-sizes are missing, create them and update the image meta data.
Source: wp-admin/includes/image.php:159
Function: Updates the attached file and image meta data when the original image was edited.
Source: wp-admin/includes/image.php:206
Function: Creates image sub-sizes, adds the new data to the image meta `sizes` array, and updates the image metadata.
Source: wp-admin/includes/image.php:240
Filter Hook: Filters the “BIG image” threshold value.
Source: wp-admin/includes/image.php:288
Function: Low-level function to create image sub-sizes.
Source: wp-admin/includes/image.php:403
Filter Hook: Filters the image sizes generated for non-image mime types.
Source: wp-admin/includes/image.php:602
Function: Copies an existing image file.
Source: wp-admin/includes/image.php:1141
Function: Validates that file is suitable for displaying within a web page.
Source: wp-admin/includes/image.php:980
Function: Generates attachment meta data and create image sub-sizes for images.
Source: wp-admin/includes/image.php:495
Filter Hook: Filters whether the current image is displayable in the browser.
Source: wp-admin/includes/image.php:1000
Filter Hook: Filters the image sizes automatically generated when uploading an image.
Source: wp-admin/includes/image.php:383
Function: Loads an image resource for editing.
Source: wp-admin/includes/image.php:1015
Filter Hook: Filters the parameters for the attachment thumbnail creation.
Source: wp-admin/includes/image.php:576
Filter Hook: Filters the current image being loaded for editing.
Source: wp-admin/includes/image.php:1053
Filter Hook: Filters the generated attachment meta data.
Source: wp-admin/includes/image.php:666
Function: Retrieves the path or URL of an attachment’s attached file.
Source: wp-admin/includes/image.php:1078
Function: Converts a fraction string to a decimal.
Source: wp-admin/includes/image.php:677
Filter Hook: Filters the path to an attachment’s file when editing the image.
Source: wp-admin/includes/image.php:1100
Function: Converts the exif date format to a unix timestamp.
Source: wp-admin/includes/image.php:718
Filter Hook: Filters the path to an attachment’s URL when editing the image.
Source: wp-admin/includes/image.php:1116
Function: Gets extended image metadata, exif or iptc as available.
Source: wp-admin/includes/image.php:741
Filter Hook: Filters the returned path or URL of the current image.
Source: wp-admin/includes/image.php:1129
Filter Hook: Filters the image types to check for exif data.
Source: wp-admin/includes/image.php:849
Filter Hook: Filters the array of meta data read from an image’s exif data.
Source: wp-admin/includes/image.php:955
Function: Validates that file is an image.
Source: wp-admin/includes/image.php:967
Function: Crops an image to a given size.
Source: wp-admin/includes/image.php:25