Revision: 58804
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 3, 2012 10:44 by cphoover
Initial Code
UPDATE wp_options SET option_value = '' WHERE option_name = 'active_plugins'; /*Or: just rename the wp-content/plugins/ folder. You will have to manually reactivate the plugins after you rename the plugins folder back to its original name, but all plugin options are preserved too. */
Initial URL
Initial Description
Initial Title
deactivate all wordpress plugins
Initial Tags
Initial Language
PHP