Uses
Uses | Description |
---|---|
wp-includes/post.php: wp_get_original_image_path() | Retrieves the path to an uploaded image file. |
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_get_missing_image_subsizes | Filters the array of missing image sub-sizes for an uploaded image. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/media.php: image_resize_dimensions() | Retrieves calculated resize dimensions for use in WP_Image_Editor. |
wp-includes/post.php: wp_attachment_is_image() | Determines whether an attachment is an image. |
wp-includes/post.php: wp_get_attachment_metadata() | Retrieves attachment metadata for attachment ID. |