apply_filters( 'sanitize_mime_type', string $sani_mime_type, string $mime_type )

Filters a mime type following sanitization.


Description Description


Parameters Parameters

$sani_mime_type

(string) The sanitized mime type.

$mime_type

(string) The mime type prior to sanitization.


Top ↑

Source Source

File: wp-includes/formatting.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.1.3 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.