Filters the mime type icon.
$iconstring$mimestring$post_idintwp-includes/post.php:7183wp_mime_type_icon() * * @param string $icon Path to the mime type icon. * @param string $mime Mime type. * @param int $post_id Attachment ID. Will equal 0 if the function passed * the mime type. */ return apply_filters( 'wp_mime_type_icon', $icon, $mime, $post_id );} /** * Checks for changed slugs for published post objects and save the old slug. * * The function is used when a post object of any type is updated,Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.