apply_filters( 'wp_get_missing_image_subsizes', array[] $missing_sizes , array $image_meta , int $attachment_id )
Filters the array of missing image sub-sizes for an uploaded image.
Parameters
- $missing_sizes
-
Associative array of arrays of image sub-size information for missing image sizes, keyed by image size name.
- $image_meta
-
The image meta data.
- $attachment_id
-
The image attachment post ID.
Source
Changelog
Version | Description |
---|---|
5.3.0 | Introduced. |