Filter hook 'wp_read_image_metadata_types'

in WP Core File wp-admin/includes/image.php at line 905

Description

Filters the image types to check for exif data.

Occurrences

Filename Line Number
wp-admin/includes/image.php 905

Parameters

Type Name Description
int[] $image_types Array of image types to check for exif data. Each value is usually one of the `IMAGETYPE_*` constants.

PHP Doc

/**
	 * Filters the image types to check for exif data.
	 *
	 * @since 2.5.0
	 *
	 * @param int[] $image_types Array of image types to check for exif data. Each value
	 *                           is usually one of the `IMAGETYPE_*` constants.
	 */