1076* @param array$meta Image meta data.1077* @param string$file Path to image file.1078* @param int$image_type Type of image, one of the `IMAGETYPE_XXX` constants.1079* @param array$iptcIPTC data.1080* @param array$exifEXIF data.1081*/1082returnapply_filters('wp_read_image_metadata',$meta,$file,$image_type,$iptc,$exif);1083}10841085/**1086* Validates that file is an image.1087*1088* @since 2.5.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.