๐ง Disabling WordPress Plugins from cPanel #
Disable WordPress plugins from cPanel is one of the fastest ways to fix issues caused by conflicting or broken plugins. In this guide, weโll show you how.
“Why Disable Plugins via cPanel?” #
-
When WordPress crashes and you canโt log in
-
If you’re testing plugin conflicts
-
For debugging performance issues
๐ด How to Disable All WordPress Plugins #
Sometimes, a theme or plugin conflict can cause issues in your WordPress website. In such cases, we may need to disable all WordPress plugins. In this tutorial, weโll explain how to do that using cPanel.
โ What Are WordPress Plugins? #
WordPress pluginsย are tools that you can install on your WordPress website to add features and functionality without writing any code. This makes WordPress much easier to use for building and managing websites.
๐ ๏ธ Steps to Disable Plugins #
โ 1- Access Your cPanel #
Visit:ย https://www.name.com:2083
Replaceย nameย with your actual domain, and enter yourย usernameย andย password.
โ 2- Go to the File Manager #
“Alternative Methods” #
-
Using FTP (FileZilla)
-
Using phpMyAdmin (via database)
-
Using WP-CLI for advanced users
Navigate to theย Filesย section and click onย File Manager.
โ 3- Open the public_html Directory #
โ 4- Navigate to wp-content/plugins #
Inside theย wp-content/pluginsย folder, you will see all your installed plugins listed as folders.
โ 5- Rename the Plugin Folder #
To disable any plugin:
- Rename its folder (e.g.,ย
elementorย toยelementor_disabled) - To disable all plugins, rename the entireย
pluginsย folder (e.g., toยplugins_old) - To re-enable them later, restore the original name.
Q1: Will I lose my plugin settings when I rename the folder?
A: No, plugin settings are saved in your WordPress database and won’t be lost when disabling by renaming the folder.
Q2: Can I disable only one plugin?
A: Yes, just rename that specific pluginโs folder.
๐ย Now that you know how to disable WordPress plugins from cPanel, you can troubleshoot your site confidently. Always remember to re-enable one plugin at a time when testing, and keep backups ready before making changes.
๐ Related Tutorials #
- Enable or Disable Email from cPanel
- Disable All WordPress Plugins
- Disable Directory Listing via cPanel
๐ Best regards from theย Hayat Hostย team.


