Advertisement

_wp_make_subsizes

Low-level function to create image sub-sizes.

wp_create_image_subsizes

Creates image sub-sizes, adds the new data to the image meta `sizes` array, and updates the image metadata.

Advertisement

wp_update_image_subsizes

If any of the currently registered image sub-sizes are missing, create them and update the image meta data.

wp_get_missing_image_subsizes

Compare the existing image sub-sizes (as saved in the attachment meta) to the currently registered image sub-sizes, and return the difference.

Advertisement

_load_image_to_edit_path

Retrieve the path or url of an attachment’s attached file.

Advertisement

load_image_to_edit

Filters the current image being loaded for editing.