wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_read_image_metadata › WordPress Filter Hooks

Seit5.0.0
Veraltetn/v
apply_filters( 'wp_read_image_metadata', $meta, $file, $image_type, $iptc, $exif )
Parameter: (5)
  • (array) $meta Image meta data.
    Erforderlich: Ja
  • (string) $file Path to image file.
    Erforderlich: Ja
  • (int) $image_type Type of image, one of the `IMAGETYPE_XXX` constants.
    Erforderlich: Ja
  • (array) $iptc IPTC data.
    Erforderlich: Ja
  • (array) $exif EXIF data.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the array of meta data read from an image's exif data.





Quellcode

return apply_filters( 'wp_read_image_metadata', $meta, $file, $image_type, $iptc, $exif );