What to Do When You Cannot Delete a WordPress Plugin?

Cannot Delete a WordPress Plugin: A plugin mistake can be a problem for all blog writers and website owners!

WordPress is an ideal platform as it is, still has some restrictions. Those constraints could disrupt specific plugins that you set up, or it might merely be an inadequately established bad plugin. However precisely what do you do when you get locked out of your very own blog site as a result of a bad plugin? This can be a heck for a blog writer specifically if you cannot even log in via your FTP customer to eliminate the plugin.

What is the issue?

  1. You are not able to delete any plugin from your WordPress admin panel.
  2. You have tried to erase the directory by means of FTP. However, the WordPress plugin still shows up.

Essential Actions to take in case a user cannot delete a WordPress plugin

Let’s take a look at 2 techniques to acquire back control of your blog by finding out the best ways to remove a WordPress plugin.

If a user has actually not attempted deleting the plugin making use of FTP, then that’s the primary action to perform. If you have, after that you might need to fix this by opening the webserver with the help of an SSH client as well as erasing the impacted folder and also files.

Method 1: Use FTP File Manager to delete a WordPress plugin:

One could make use of any type of FTP client such as FileZilla or cPanel to access the documents directories of the blog site. All you need to do is comply with these easy actions:

Action 1: Download FileZilla and also install it on your system.

Action 2: Run FileZilla as well as links to your WordPress blog site’s FTP web server. For this use your FTP login as well as the password of the blog site.

Action 3: As soon as you are logged in, you’ll have accessibility to all the blog site’s web server files.

Action 4: Browse to the directory/ public_html/ wp-content/plugin as well as remove the directory of the Akismet plugin.

Akismet plugin

Method 2: Delete plugin via Secure Shell (SSH)

Action 1 Login to your WordPress website by means of SSH. In case you don’t have an SSH client, one of the most preferred choices in such a scenario is to make use of is Bitvise SSH Client by Putty. You could additionally obtain your SSH gain access to information from the host service provider.

Action 2 Make use of SSH commands to browse or access “. / wp-content/plugins/”.

Action 3 Make use of ls -al to expand and view the full listing of folders.


Full listing of folders

Action 4 Try to delete the plugin folder with the name Akismet (Folder Name).

Action 5 Logout as well as login to make sure that the plugin is no more accessible or available in the list.

These actions will undoubtedly assist you in getting rid of persistent WordPress plugins from your website.

Method 3: Delete WordPress plugins via the database

If the above technique does not function, you’ll need to disable plugins by means of the database. Initially, gain access to the database of your WordPress website making use of a preferred tool called phpMyAdmin supplied by numerous hosts.

Action 1: After logging right into your database, search for a wp_options table as shown in the image below:

wp_options table

Action 2: Try to find a row with the alternative called active_plugins as shown below:

active_plugins

What happens if you intend to delete all the plugins on your website?

Well, you’ll merely need to delete the whole row by selecting the delete button.

What happens if you desire to delete just one plugin?

Well, you’ll need to click the pencil icon (Edit). It is going to take you to the display revealed listed below. All you need to do is alter one thing. Modify the a:1 prior to your plugin name to a:0. After doing so, select Go.


Click the pencil icon (Edit).

You have actually successfully deleted just one plugin.

This is precisely how you delete plugins if you cannot access your WordPress website.

Common WordPress Error