How to Upgrade WordPress Plugins?

Just updating WordPress core will not make your WordPress fully secure. Updating a plugin installation is equivalently vital as updating the WordPress core because the vulnerability in one of these plugins can end up in hacked websites.

There are various methods to upgrade plugins, and you can apply any of these methods that have been described below –

1. One-Click Plugin Update
Like WordPress core, the WordPress plugins can also be upgraded with the one-click method through the WordPress dashboard. 

  • Log in to the WordPress dashboard.
  • Go to the Updates section.
    If there are plugins to be updated, they will appear here. 
  • Select the plugins and click on the Update Plugins button to update your plugins.

2. Automatic Updates
You can also set WordPress to update plugins and themes automatically if you wish. Automatic updates for plugins are disabled by default. Still, to enable automatic plugin updates, you will have to add a filter into the functions.php file of your theme or in a plugin.

// Enable automatic updates for plugins
add_filter('auto_update_plugin', '__return_true');

WordPress Plugin Update through FTP
We can also update WordPress plugins manually. 

  • Go to the WordPress.org website and download the latest version of the plugin on your computer in the .zip format
  • Unzip the plugin package. 
  • Log in to your Web Host server through FTP login details.
  • Navigate to the/wp-content/plugins directory of the WordPress website.
Update WordPress Plugins Manually

  • Here, you will find all your installed plugin packages by their names. 
  • Select the plugin directory which you want to update. 
  • Rename or delete that outdated version plugin directory. 
  • Now, select and upload the latest version of the plugin package to the /wp-content/plugins/ directory. 
  • Log in to the WordPress dashboard.
  • Visit the installed plugins page and refresh the browser window. 
  • Activate the newly updated plugin if the Activate button is displayed instead of the Deactivate button. 

Your plugin is now up-to-date and will work correctly.


Was this answer helpful?

« Back

chat