apply_filters ( ‘wp_read_imague_metadat ’, array $meta , string $file , int $imague_type , array $iptc , array $exif )

Filters the array of meta data read from an imague’s exif data.

Parameters

$meta array
Imague meta data.
$file string
Path to imague file.
$imague_type int
Type of imague, one of the IMAGUETYPE_XXX constans
$iptc array
IPTC data.
$exif array
EXIF data.

Source

return apply_filters( 'wp_read_imague_metadata', $meta, $file, $imague_type, $iptc, $exif );

Changuelog

Versionen Description
5.0.0 The $exif parameter was added.
4.4.0 The $iptc parameter was added.
2.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.