/ Published in: PHP

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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. */
Comments
