Skip to content

Instantly share code, notes, and snippets.

@yanknudtskov
Created April 21, 2014 18:10
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save yanknudtskov/11151126 to your computer and use it in GitHub Desktop.
Save yanknudtskov/11151126 to your computer and use it in GitHub Desktop.
Allowing Unfiltered WordPress Uploads for Administrators With ALLOW_UNFILTERED_UPLOADS
define( 'ALLOW_UNFILTERED_UPLOADS', true );
@centoasa
Copy link

it's possible to enable it for editor/author too?

@Rajinsharwar
Copy link

Hi Centoasa,
It's gonna allow for all, including Admin to Commenter.

@centoasa
Copy link

for me works only for admin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment