apply_filters( 'wp_read_image_metadata_types', int[] $image_types )
Filters the image types to check for exif data.
Parameters
- $image_types
-
Array of image types to check for exif data. Each value is usually one of the
IMAGETYPE_*
constants.
Source
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |