Disabling plugins can help troubleshoot issues or improve performance. You can do it via WordPress Dashboard, cPanel File Manager, or FTP client. Always take a full backup before making changes.

1. Using WordPress Dashboard

  1. Log in to your WordPress admin panel.

  2. Go to Plugins > Installed Plugins.

  3. installed_plugins.jpeg
  4. Locate the active plugin and click Deactivate.

  5. deactivate_plugin.png

2. Using cPanel File Manager

  1. Log in to cPanel and open File Manager.

  2. Navigate to your WordPress root directory → wp-content → plugins.

  3. wp-content_folder.jpeg
  4. Find the plugin folder you want to disable, right-click, and select Rename.

  5. plugins.png
  6. Change the folder name to deactivate the plugin. (Remember the original name to reactivate later.)

  7. plugin_rename.png

Note: Some caching plugins may still be active even after renaming.

3. Using FTP Client (FileZilla)

  1. Connect to your site via FileZilla.

  2. Browse to wp-content/plugins.

  3. Right-click the plugin folder, select Rename, and change the name.

  4. The plugin will be deactivated automatically.

This method allows you to safely deactivate plugins when the admin dashboard is inaccessible or when troubleshooting site errors.

Was this answer helpful? 0 Users Found This Useful (0 Votes)