Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
// Get EXIF tags for comments and description
$exif2 = exif_read_data( $final_fqfn, 0, true );
$caption = $exif2['COMPUTED']['UserComment'];
$caption = utf8_encode( $caption );
$desc = $exif2['IFD0']['ImageDescription'];
$desc = utf8_encode( $desc );
1 to 4 of 4