· Tutorial ·

How can I disable Plugins in Wordpress?

1. How to disable a plugin using the WordPress dashboard

Access the WordPress control panel, you can do it automatically from the dashboard of your SWPanel service:

enter image description here

Log in using the Login WP Admin button:
enter image description here

Then, access the list of installed plugins and click on the Disable button of the plugin you wish to deactivate:

enter image description here

2. How to disable a plugin using the SWPanel File Manager

Access to the file manager of your SWPanel, if you have never accessed, you can guide you with the manual File Management.

You will need to access the data/web/wp-content/plugins/ folder and locate the folder of the plugin you want to deactivate.
Then rename the plugin folder, for example name-of-plugin_deactivated:

enter image description here

3. How to disable all plugins using the SWPanel File Manager

Access to the file manager of your SWPanel, if you have never accessed, you can guide you with the manual File Management.

You will need to access the data/web/wp-content/ folder. Then rename the plugins folder, e.g. plugins_disabled:

enter image description here

4. How to disable all plugins using phpMyAdmin

By following the steps below you will be able to disable all plugins installed on your WordPress. (they will not be uninstalled)
To reactivate them you must do it from the plugin manager of WordPress itself, by clicking on Activate.

Before making any changes to a database it is advisable to make a backup of it to avoid losing the web in case of modifying any parameter by mistake.

You can access the database using phpMyAdmin at yourdomain.com/phpmyadmin

enter image description here

Once in phpMyAdmin, you must click, from the side menu, on the database table named “wpsw_options”.
Check the “Show All” checkbox and filter by the name “plugin”. You should see a table row named “active_plugins”:

enter image description here

We will modify the value of the “option_value” column to the following value:

enter image description here

i