You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class to add additional mime supports to wordpress media uploader.
Add your mime name and mime type format to method add_mime_type, then fire the load method.
For example:
MimeSupport::add_mime_type( 'svg', 'image/svg+xml' );
MimeSupport::load();
About
Add additional MIME supports to Wordpress Media. (Wordpress, Images)