Filters a mime type following sanitization.
$sani_mime_typestring$mime_typestringwp-includes/formatting.php:5744sanitize_mime_type() * * @since 3.1.3 * * @param string $sani_mime_type The sanitized mime type. * @param string $mime_type The mime type prior to sanitization. */ return apply_filters( 'sanitize_mime_type', $sani_mime_type, $mime_type );} /** * Sanitizes space or carriage return separated URLs that are used to send trackbacks. * * @since 3.4.0Introduced in 3.1.3. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.