Description
Filters the array of missing image sub-sizes for an uploaded image.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/image.php | 146 |
Parameters
Type | Name | Description |
---|---|---|
array[] | $missing_sizes | Associative array of arrays of image sub-size information for missing image sizes, keyed by image size name. |
array | $image_meta | The image meta data. |
int | $attachment_id | The image attachment post ID. |
PHP Doc
/**
* Filters the array of missing image sub-sizes for an uploaded image.
*
* @since 5.3.0
*
* @param array[] $missing_sizes Associative array of arrays of image sub-size information for
* missing image sizes, keyed by image size name.
* @param array $image_meta The image meta data.
* @param int $attachment_id The image attachment post ID.
*/