Skip to content

Instantly share code, notes, and snippets.

@stefanbc
Created April 24, 2014 21:21
Show Gist options
  • Save stefanbc/11269929 to your computer and use it in GitHub Desktop.
Save stefanbc/11269929 to your computer and use it in GitHub Desktop.
Deactivate all plugins from the DB
UPDATE wp_options SET option_value = '' WHERE option_name = 'active_plugins';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment