Enabling uploads of other file types in wordpress

Simple solution: Add the following code into your wp-config.php file

define('ALLOW_UNFILTERED_UPLOADS', true);

External plugins don’t work very well/inconvenient. You are much better off by editing the setting yourself.

Leave a Reply

Your email address will not be published. Required fields are marked *