disable or enable all wordpress plugins

SELECT * FROM wp_options WHERE option_name = ‘active_plugins’;
UPDATE wp_options SET option_value = ” WHERE option_name = ‘active_plugins’;

Leave a Reply

Your email address will not be published. Required fields are marked *