Skip to content

Instantly share code, notes, and snippets.

@jamesstacyjones
Last active August 29, 2015 14:02
Show Gist options
  • Save jamesstacyjones/7d6bd4e6067c31b5afea to your computer and use it in GitHub Desktop.
Save jamesstacyjones/7d6bd4e6067c31b5afea to your computer and use it in GitHub Desktop.
wordpress :: deactivate all plugins by db
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