Filter hook 'ext2type'

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

Description

Filters file type based on the extension name.

Occurrences

Filename Line Number
wp-includes/functions.php 3533

Parameters

Type Name Description
array[] $ext2type Multi-dimensional array of file extensions types keyed by the type of file.

PHP Doc

/**
	 * Filters file type based on the extension name.
	 *
	 * @since 2.5.0
	 *
	 * @see wp_ext2type()
	 *
	 * @param array[] $ext2type Multi-dimensional array of file extensions types keyed by the type of file.
	 */