Allow all file types for the WordPress upload

Bildschirmfoto 2021 06 03 um 09.57.14

If you do not want to upload a certain file type in WordPress, you can allow all file types with this code in wpconfig.php. We recommend using this code only temporarily and removing it again after the upload!

define('ALLOW_UNFILTERED_UPLOADS', true);

Dieser Beitrag ist auch verfügbar auf: Deutsch (German)

Was this article helpful?

Related Articles

Leave A Comment?