Description
Filters the image types to check for exif data.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/image.php | 905 |
Parameters
Type | Name | Description |
---|---|---|
int[] | $image_types | Array of image types to check for exif data. Each value is usually one of the `IMAGETYPE_*` constants. |
PHP Doc
/**
* Filters the image types to check for exif data.
*
* @since 2.5.0
*
* @param int[] $image_types Array of image types to check for exif data. Each value
* is usually one of the `IMAGETYPE_*` constants.
*/