wp-content » plugins » Download older Plugin Versions from WordPress.org

Download older Plugin Versions from WordPress.org

You can download older versions of any plugin hosted on WordPress.org directly from the website or from WP-CLI.

To download older plugin versions from WordPress.org click on the Advanced view link

image 13 1024x564 - Download older Plugin Versions from WordPress.org
WordPress plugin Advanced view

scroll down to the end of the page and under Previous Versions select the version that you would like to download.

image 14 1024x666 - Download older Plugin Versions from WordPress.org
Download a specific plugin version

that’s it!


Another way to download older plugin versions from wordpress.org is by using WP-CLI:

First, you need to know the plugin slug, in this example, I will use the YoastSEO plugin that has a slug wordpress-seo

image 15 1024x662 - Download older Plugin Versions from WordPress.org
WordPress plugin slug

Then using wpcli first uninstall the current plugin version:

wp plugin delete wordpress-seo

and then install a specific older version of the plugin:

wp plugin install wordpress-seo --version=5.3 --activate
See also  Disable WordPress plugins via FTP or within PHPMyAdmin

Was this post helpful?

Leave a Comment

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.

Recommended