1068* @param array$meta Image meta data.1069* @param string$file Path to image file.1070* @param int$image_type Type of image, one of the `IMAGETYPE_XXX` constants.1071* @param array$iptcIPTC data.1072* @param array$exifEXIF data.1073*/1074returnapply_filters('wp_read_image_metadata',$meta,$file,$image_type,$iptc,$exif);1075}10761077/**1078* Validates that file is an image.1079*1080* @since 2.5.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.