01/16/2017 at 10:07 am
#406970
Participant
Disabling The Filtering
This process of disallowing certain types of files in WordPress is known as filtering. You can simply disable this filtering by using following code. You have to add it in your wp-config.php.
define(‘ALLOW_UNFILTERED_UPLOADS’, true);
