Filter hook 'getimagesize_mimes_to_exts'

in WP Core File wp-includes/functions.php at line 3113

Description

Filters the list mapping image mime types to their respective extensions.

Occurrences

Filename Line Number
wp-includes/functions.php 3113

Parameters

Type Name Description
array $mime_to_ext Array of image mime types and their matching extensions.

PHP Doc

/**
			 * Filters the list mapping image mime types to their respective extensions.
			 *
			 * @since 3.0.0
			 *
			 * @param array $mime_to_ext Array of image mime types and their matching extensions.
			 */