Deactivate all WordPress plugins
Posted by Henrie Media on October 10, 2011 in Do It YourselfSometimes it may be necessary to deactivate all plugins, but you can't access the administrative menus to do so. One of two methods are available to deactivate all plugins. Use phpMyAdmin In the table wp_options, under the option_name column (field) find the active_plugins row Change the option_value field to: a:0:{} or via FTP Create an empty plugins folder Via [...]
Read MoreLeave a Comment