wp_get_missing_image_subsizes – filter

Filters the array of missing image sub-sizes for an uploaded image. 

Parameters

.
( 5.3.0 ) . .
$missing_sizes
( array[] ) 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. . . .
API Letters: ,,,,

Implementers