How to Forcefully Update a Plugin in WordPress?  Imprimer cet article

If your WordPress plugin is not working properly or you want to re-install it even when it is updated to its latest version, without losing data, you can do this without removing the plugin.

You can do this with both active or deactivated plugins.


1. Login to your WordPress admin dashboard.

2. Under the dashboard menu, hover your mouse over "Plugins" and then click on "Installed Plugins".



3. Locate the plugin you wish to forcefully update and then click on “Edit”.



4. In the editor, locate the text:
Version: 1.6

Then you will only need to change it to:
Version: 1.5

Only change the version from a higher to a lower number.



5. Scroll down and click on “Update File”. Then go back to the “Installed Plugins” list and you will see a text like “There is a new version of…” and you will only need to click on “Update now”. This will update your plugin’s files.

Cette réponse était-elle pertinente?

Articles connexes

Comment désactiver le wp-cron.php dans WordPress
  WordPress utilise un fichier appelé wp-cron.php comme tâche cron virtuelle ou tâche planifiée...
Comment configurer le SMTP dans Wordpress.
Vous devez installer et configurer le module/plugin WP Mail SMTP de WPForms dans votre...
How to remove multiple posts with a single click in WordPress?
It is possible to remove multiple post in your WordPress dashboard. You can also remove selected...
Réinitialisation de votre mot de passe Wordpress
Pour réinitialiser votre mot de passe WordPress, vous pouvez consulter la documentation...
How to remove sample comments, posts on a new WordPress blog?
If you installed a fresh WordPress blog system on your website ,before writing new posts, you...