apply_filters( 'mime_types', string[] $wp_get_mime_types )

Filters the list of mime types and file extensions.


Description

This filter should be used to add, not remove, mime types. To remove mime types, use the ‘upload_mimes’ filter.


Parameters

$wp_get_mime_types

Mime types keyed by the file extension regex corresponding to those types.


Source

File: wp-includes/functions.php

View on GitHub


Changelog

Changelog
Version Description
3.5.0 Introduced.