1062* @param array$meta Image meta data.1063* @param string$file Path to image file.1064* @param int$image_type Type of image, one of the `IMAGETYPE_XXX` constants.1065* @param array$iptcIPTC data.1066* @param array$exifEXIF data.1067*/1068returnapply_filters('wp_read_image_metadata',$meta,$file,$image_type,$iptc,$exif);1069}10701071/**1072* Validates that file is an image.1073*1074* @since 2.5.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.