How to deactivate the WordPress plugins

October 18, 2021 / WordPress

Plugins are used in every WordPress website. Although plugins are easy to use, they can create security issues for your website. If this happens, you may need to disable them one at a time until you find the cause of the problem.

There are three ways to disable your WordPress plugins. We will show you how to disable WordPress plugins in this article. Complete the procedure as instructed.

  1. Disable Plugin from Dashboard
  2. Deactivate via  FTP
  3. Deactivate through SSH

Note:  Before making any modifications to your website, we strongly advise you to back it up completely. It will enable you to reconsider the changes you intend to make to the website.

Deactivate WordPress Plugins via Dashboard

  1. Log in to WordPress and go to your WordPress dashboard.
    WordPress Dashboard
  2. Select Installed Plugins from the navigation menu under Plugins.
    Installed plugins
    The plugins that are currently installed on your WordPress account will be listed. You may also check their statuses to see which ones are active right now.
  3. The Deactivate button is located next to the active plugins. To disable the plugin, click on it.
    Deactivate plugin

All of your plugins will be deactivated once the page is refreshed.

Deactivate WordPress Plugins through FTP

  1. First, you need to connect to your server via FTP (We’ll use FileZilla in this example)
  2. Go to the root folder of your website.
  3. Go to the /wp-content directory.
    /wp-content directory
  4. Choose the /plugins directory. Then, rename it to plugins or something like that, and disable it.
    choose plugins
  5. All of your plugins will now be turned off.

Deactivate WordPress Plugins via SSH

  1. Connect to your server using SSH.
  2. Navigate to your website’s root directory.
  3. Move to the wp-content directory using the command:
    cd wp-content
  4. Rename the plugins folder using the following command:
    mv plugins plugins_disabled

All WordPress plugins will now be deactivated.

Was this article useful to you? Then you’ll appreciate our assistance. Get pre-secured, pre-optimised website hosting with 24/7 instant support.

Spread the love