1071* @param array$meta Image meta data.1072* @param string$file Path to image file.1073* @param int$image_type Type of image, one of the `IMAGETYPE_XXX` constants.1074* @param array$iptcIPTC data.1075* @param array$exifEXIF data.1076*/1077returnapply_filters('wp_read_image_metadata',$meta,$file,$image_type,$iptc,$exif);1078}10791080/**1081* Gets the alt text from image meta data.1082*1083* @since 7.0.0
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.