
Delete a Wordpress plugin from the back-end
- or -
Post a project like this3713
€15(approx. $17)
- Posted:
- Proposals: 4
- Remote
- #842964
- Awarded
Description
Experience Level: Entry
Just uploaded an old password plugin. I can't access Wordpress anymore. The plugin must be deleted from the back-end.
Hereunder the steps that needs to be done. Easy for a programmer but too risky for me.
Website: freelance-fashion-designer.nl
Tasks
Disabling the plugins via the database without the possibility to re-enable them all at once via the database.
The plugin must be reactivated via the Wordpress backend
1. Make a backup copy of your database. You may use the following gudie for this: http://letsguide.it/mysql/export/phpmyadmin/
2. Login into phpMyAdmin to access the database
3. Navigate to the active_plugins column of the wp_options table using the following SQL query (edit the default WordPress table prefix wp_ if needed):
UPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins';
Note: You may need to modify the table name - wp_options to something like 0_options or other table name that you used for your Wordpress options.
This query will clear the active_plugins field of all active plugins, effectively disabling (without uninstalling or modifying) the entire set.
This method is great if you plan on re-enabling each plugin individually via the Wordpress backend.
Hereunder the steps that needs to be done. Easy for a programmer but too risky for me.
Website: freelance-fashion-designer.nl
Tasks
Disabling the plugins via the database without the possibility to re-enable them all at once via the database.
The plugin must be reactivated via the Wordpress backend
1. Make a backup copy of your database. You may use the following gudie for this: http://letsguide.it/mysql/export/phpmyadmin/
2. Login into phpMyAdmin to access the database
3. Navigate to the active_plugins column of the wp_options table using the following SQL query (edit the default WordPress table prefix wp_ if needed):
UPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins';
Note: You may need to modify the table name - wp_options to something like 0_options or other table name that you used for your Wordpress options.
This query will clear the active_plugins field of all active plugins, effectively disabling (without uninstalling or modifying) the entire set.
This method is great if you plan on re-enabling each plugin individually via the Wordpress backend.

Richard-Ewald R.
99% (34)Projects Completed
42
Freelancers worked with
35
Projects awarded
33%
Last project
6 Dec 2023
Netherlands
New Proposal
Login to your account and send a proposal now to get this project.
Log inClarification Board Ask a Question
-
There are no clarification messages.
We collect cookies to enable the proper functioning and security of our website, and to enhance your experience. By clicking on 'Accept All Cookies', you consent to the use of these cookies. You can change your 'Cookies Settings' at any time. For more information, please read ourCookie Policy
Cookie Settings
Accept All Cookies