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.
$image_type
int- Type of image, one of the
IMAGETYPE_XXX
constants. $iptc
array- IPTC data.
$exif
array- EXIF data.
Source
return apply_filters( 'wp_read_image_metadata', $meta, $file, $image_type, $iptc, $exif );
User Contributed Notes
You must log in before being able to contribute a note or feedback.