Overview
One of the most useful aspects of building a site with WordPress are the thousands of third party plugins. There's a plugin for just about everything you might need to do. Unfortunately, this massive ecosystem of plugins also creates a lot of variation across items like versions and security. By far, the most commonly reported WordPress specific issues are plugin related.
Some common issues caused by plugins can include:
- Site showing up as a blank page
- Site is running slowly
- Site pages are showing error messages
- As well as other varying issues
The following article will provide information on how you can disable plugins as a means of troubleshooting WordPress issues.
Please keep in mind that troubleshooting the configuration/functionality of third-party applications is not covered by our statement of support. These resources were provided as a courtesy to assist you to the extent of our abilities. For more information on our statement of support, feel free to click here.
Instructions
wp-admin
- Log into your wp-admin dashboard.Log into your wp-admin dashboard.Log into your wp-admin dashboard.Log into your wp-admin dashboard.
- Click on Plugins.
- Click on the top box to select all your plugins.
- Click on the Bulk Action drop-down menu and select Deactivate. Then click Apply.
- The page will refresh, and all your plugins will be disabled.
Alternatively you can select the plugins individually and deactivate them one at a time.
File Manager
- Open your File Manager.Open your File Manager.
- Navigate to your websites root folder.Navigate to your websites root folder.
- Navigate to the /wp-content folder.
- Select the /plugins folder. Then rename it to something like plugins.disable.
- All your plugins will now be disabled.
Alternatively you navigate inside of the /plugins folder and rename the plugins individually to disable them one at a time.
FTP
- Connect to your server via FTP.Connect to your server via FTP.Connect to your server via FTP.Connect to your server via FTP.
In this example we are using FileZilla. - Navigate to your websites root folder.Navigate to your websites root folder.Navigate to your websites root folder.Navigate to your websites root folder.
- Navigate to the /wp-content folder.
- Select the /plugins folder. Then rename it to something like plugins.disable.
- All your plugins will now be disabled.
Alternatively you navigate inside of the /plugins folder and rename the plugins individually to disable them one at a time.
SSH
- Connect to your server via SSH.Connect to your server via SSH.Connect to your server via SSH.Connect to your server via SSH.
- Navigate to your websites root folder.Navigate to your websites root folder.Navigate to your websites root folder.Navigate to your websites root folder.
- Navigate to the /wp-content folder using the cd command.
cd wp-content
- Rename the /plugin folder using the mv command.
mv plugin plugin.disable
- All your plugins will now be disabled.
Alternatively you navigate inside of the /plugins folder and rename the plugins individually to disable them one at a time.
Comments