How to enable any file upload to a WordPress site?
define(
'ALLOW_UNFILTERED_UPLOADS'
, true); in wp-config.php
or see:
http://pixert.com/blog/wordpress-file-type-permitted-security-reasons/
define(
'ALLOW_UNFILTERED_UPLOADS'
, true); in wp-config.php
or see:
http://pixert.com/blog/wordpress-file-type-permitted-security-reasons/