Plug in is the benefit of word press. However, in some cases, you must remove or disable plug-ins for various reasons. The default method of disabling the WordPress plug-in is not always available, so problems may arise. For example, to resolve a problem where the WordPress dashboard cannot be accessed due to an internal server error or plug-in conflict, you must manually disable one or more plug-ins. However, if you do not access the dashboard, you can only access it manually. This article highlights the difference between disabling regular plug-ins and disabling manual plug-ins. We will then show you three ways to manually disable the word press plug-in.
Before looking at the easiest way to manually disable the WordPress plug-in from the back end of the website, let’s look at how to disable the WordPress plug-in when the dashboard is accessible. When you navigate to the plug ins tab, a list of installed plug-ins is displayed. Locate the plug-in you want to disable and click disable. For example, the screenshot below highlights the disabling of the plug-in classic editor. Click disable and WordPress will disable the plug-in. Disabled plug-ins will still be installed on the site. To completely delete (all unused plug-ins must be deleted), you can delete them from the same page.
There are three ways to manually disable the WordPress plug-in without administrator access. If you cannot access the WordPress management page for any reason, you can disable the plug-in in in several ways. Let’s start with the simplest. 1. Rename the plug-in folder through SFTP or SSH. When renaming the plug-in folder on the WordPress website where a single plug-in is disabled, the plug-in will be disabled. You can access files on the website through SFTP (Secure File Transfer Protocol) or SSH (secure shell). This example shows how to rename a plug-in folder using SFTP.
First, an FTP client is required to access the web site files. Use and recommend the very stable free FTP client FileZilla. For more information about accessing web site files, see the guide on how to transfer files to WordPress using FTP. After connecting to the website through SFTP, you can access the WordPress root directory containing all the files on the website. Male navigate to the WP content \/ plugins folder. The plugins folder is where all plug-in files on the web site are stored. You can find a unique directory for each inactive plug-in and active plug-in on the website internally. This path is not recommended because deleting these folders can cause problems.
Instead, rename the folder of the plug-in you want to disable. Change the name as needed. In the screenshot below, we change the name of the classic editor folder to classic edit deactivated. The plug-in is automatically disabled. To reactivate the male plug-in, restore the folder to its original name and activate the folder on the plug-in page of the word press dashboard. If the website where all plug-ins are disabled has problems, but you are not sure what plug-ins are, please change the name of the directory where the plug-ins are installed to \/ WP content \/ plugins \/ to disable all plug-ins. When you access the WordPress dashboard again, change the name of the plug-in folder to plug-ins and activate the plug-ins one by one until a problem occurs. When can you see a problematic plug-in.
2. Word Press Day
In the database, disable all plug-ins, and WordPress stores almost all website information in the database. Therefore, you can also disable plug-ins from the database. It was a fairly painless process. In the control panel of the web host, use tools such as phpMyAdmin to access the database. After connecting, you can view the accessible database. If there are multiple sites, a list of databases is displayed. In the list on the left, click the database corresponding to the site. Then click the wp_options table (the wp__prefix of the table name may be different) to search for the data in it.
Male search active_plugins option name. The option name provides clues to the content. Click the Edit button when you find the line. A new page with multiple fields opens, one of which is option_value. A list of installed plug-ins is displayed here. Change the value to a: 0: {} to disable all plug-ins. Click move to change the settings. 3. For beginners who use the WordPress command line (wp-cli) to disable plug-ins, wp-cli is a tool that provides a command-line interface for the WordPress website. Some web hosts offer wp-cli as a pre installed feature. Otherwise, if you have SSH (secure shell) access and can log in to the WordPress backend, you can set it manually.
One of the many tasks that can be performed using WordPress cli is to disable WordPress management plug-ins. Start by using the WP plugin list command to list all plug-ins installed on the website. To disable a single plug-in, use the WP plugin deactivate command. Therefore, to disable the classic editor plug-in, use the WP plugin deactivate classic editor command. If the process is successful, wp-cli will display a message indicating that the plug-in is disabled.
Male WP plugin deactivate – you can also disable all plugins installed on the WordPress website by using the all command. Brief summary of manually disabling plug-ins in WordPress. Generally, disabling plug-ins in WordPress is a simple step. But sometimes you cannot access the dashboard. It is useful to know how to disable plug-ins manually. Most importantly, it is not as complex as expected. There are three ways to manually disable plug-ins: Rename the plug-in directory. Disable the plug-in in the word press database. Use wp-cli. Reward tips:
To learn more about WordPress security, read the final guide to WordPress security and enhancements.