Skip to content

Instantly share code, notes, and snippets.

@divienginesupport
Created June 10, 2021 19:58
Show Gist options
  • Save divienginesupport/8cfe9565b26590eae7e64d252719b697 to your computer and use it in GitHub Desktop.
Save divienginesupport/8cfe9565b26590eae7e64d252719b697 to your computer and use it in GitHub Desktop.
Allow All MIME-types in WordPress with the wp-config.php file
/* Add this code above the "That’s all, stop editing. Happy blogging." comment */
define('ALLOW_UNFILTERED_UPLOADS', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment