Skip to content

Instantly share code, notes, and snippets.

@mikaelz
Created August 17, 2017 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikaelz/8faae53467a4305a64fe5ebfc5446dbe to your computer and use it in GitHub Desktop.
Save mikaelz/8faae53467a4305a64fe5ebfc5446dbe to your computer and use it in GitHub Desktop.
WordPress deactivate all plugins
UPDATE `wp_options` SET
`option_value` = 'a:0:{}'
WHERE `option_name` = 'active_plugins';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment