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:85
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:85
Filter Hook: Filters the array of missing image sub-sizes for an uploaded image.
Source: wp-admin/includes/image.php:144
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:157
Function: Updates the attached file and image meta data when the original image was edited.
Source: wp-admin/includes/image.php:202
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:236
Filter Hook: Filters the “BIG image” threshold value.
Source: wp-admin/includes/image.php:284
Function: Low-level function to create image sub-sizes.
Source: wp-admin/includes/image.php:395
Function: Validates that file is suitable for displaying within a web page.
Source: wp-admin/includes/image.php:971
Filter Hook: Filters whether the current image is displayable in the browser.
Source: wp-admin/includes/image.php:991
Function: Loads an image resource for editing.
Source: wp-admin/includes/image.php:1006