Uses
Uses | Description |
---|---|
wp-includes/post.php: wp_get_original_image_path() | Retrieves the path to an uploaded image file. |
wp-admin/includes/image.php: wp_create_image_subsizes() | Creates image sub-sizes, adds the new data to the image meta |
wp-admin/includes/image.php: 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. |
wp-admin/includes/image.php: _wp_make_subsizes() | Low-level function to create image sub-sizes. |
wp-admin/includes/image.php: wp_generate_attachment_metadata | Filters the generated attachment meta data. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: wp_get_attachment_metadata() | Retrieves attachment metadata for attachment ID. |
wp-includes/post.php: wp_update_attachment_metadata() | Updates metadata for an attachment. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |