How to assign multiple file-mime-types to extension?
Note the stricter mime type check since WP 5.0.1 where the file content and file extension must match. See e.g. this recent question on the vtt file type. Secondary mime type for a given file extension Here’s a suggestion how to support a secondary mime type for a given file extension. Let’s take .vtt as … Read more