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

(array) Image meta data.

$file

(string) Path to image file.

$sourceImageType

(int) Type of image.

$iptc

(array) IPTC data.


Source

File: wp-admin/includes/image.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.4.0 The $iptc parameter was added.
WP-2.5.0 Introduced.