apply_filters( 'wp_read_image_metadata', array $meta , string $file , int $sourceImageType , array $iptc )
Filters the array of meta data read from an image’s exif data.
Parameters
- $meta
-
Image meta data.
- $file
-
Path to image file.
- $sourceImageType
-
Type of image.
- $iptc
-
IPTC data.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | The $iptc parameter was added. |
WP-2.5.0 | Introduced. |