WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about image_editor_default_mime_type

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-image-editor.php apply_filters 399 /**
* Filters default mime type prior to getting the file extension.
*
* @see wp_get_mime_types()
*
* @since 3.5.0
*
* @param string $mime_type Mime type string.
*/

Hook Parameters

Parameter Type Name Description
string $mime_type Mime type string.