Filters the array of meta data read from an image’s exif data.
Parameters
$metaarray- Image meta data.
$filestring- Path to image file.
$image_typeint- Type of image, one of the
IMAGETYPE_XXXconstants. $iptcarray- IPTC data.
$exifarray- 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.