wp-content » plugins » Disable WordPress plugins via FTP or within PHPMyAdmin

Disable WordPress plugins via FTP or within PHPMyAdmin

Here are various ways to disable all WordPress plugins at once in cPanel.

Step 1. Login to cPanel > File Manager

file manager - Disable WordPress plugins via FTP or within PHPMyAdmin
cPanel File Manager

Step 2. Open /wp-content folder

file manager2 1024x469 1 - Disable WordPress plugins via FTP or within PHPMyAdmin
wp-content folder cPanel File Manager

Step 3. Rename /plugins folder to plugins.bak

file manager3 1024x469 1 - Disable WordPress plugins via FTP or within PHPMyAdmin
Rename wp plugins folder

Step 1. Login to your PHPMyAdmin

The first step is to log into your cPanel and under Databases select phpMyAdmin 1024x498 1 1 - Disable WordPress plugins via FTP or within PHPMyAdmin
Login to PHPMyAdmin

Step 2. Open your database from the menu

select db - Disable WordPress plugins via FTP or within PHPMyAdmin
Choose DB in PHPMyAdmin

Step 3. Locate the wp_options table

options 1024x469 1 - Disable WordPress plugins via FTP or within PHPMyAdmin

Step 4. Edit the active_plugins option and set a:0:{}

a:0:{}
edit value 1024x592 1 - Disable WordPress plugins via FTP or within PHPMyAdmin
UPDATE wp_options SET option_value = '' WHERE option_name = 'active_plugins';
See also  Purge cache from W3 Total Cache plugin using WP-CLI

Was this post helpful?

Leave a Comment

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.

Recommended