wp_read_image_metadata

wp_read_image_metadata

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.8

apply_filters('wp_read_image_metadata') is found 1 times:

  • /wp-admin/includes/image.php line 1068
    1064
    1065
    1066
    1067
    1068
    1069
    1070
    1071
    1072
    1073
    1074
         * @param int    $image_type Type of image, one of the `IMAGETYPE_XXX` constants.
         * @param array  $iptc       IPTC data.
         * @param array  $exif       EXIF data.
         */
        return apply_filters( 'wp_read_image_metadata', $meta, $file, $image_type, $iptc, $exif );
    }
     
    /**
     * Validates that file is an image.
     *
     * @since 2.5.0