Categories: Others

Download old plugin/theme from wordpress.org

Let’s suppose you want to download a Plugin and it is no longer available to download from wordpress.

For example, https://wordpress.org/plugins/contact-widgets/

So were on version 1.2.0 of contact-widgets, and the lastest version showing on wordpress page is 1.7.0
The download will be
https://downloads.wordpress.org/plugin/contact-widgets.1.7.0.zip

You can change the number for the version you would like and you can get version from https://wordpress.org/plugins/contact-widgets/#developers
Under “development log
And change the version number like this:

https://downloads.wordpress.org/plugin/contact-widgets.1.2.0.zip
Just visit the link and it will downlaod the plugin.

Same for the theme too.
Just change the plugin to theme in the url
https://downloads.wordpress.org/theme/any-theme.1.1.0.zip

 

Sufiyan Shaikh

Recent Posts

CyberPanel Server Error (500)

Server Error (500) when trying to access the Cyberpanel If you are getting this error while accessing the cyberpanel, there…

1 year ago

How to connect and use github with DirectAdmin git feature

How to connect git with DirectAdmin Login into SSH and run the following command to create a new key pair…

1 year ago

How to host next js app on cpanel

How to host next js app in cpanel Login > Setup Node.js App > Create Application Enter the values shown…

1 year ago

WHMCS Development environment set

Update via PHPMYADMIN: Disable Captcha : UPDATE tblconfiguration SET value = '' WHERE setting = 'CaptchaSetting'; Update WHMCS link: UPDATE…

1 year ago

Lagom WHMCS notification hide pages list

3dsecure Access Denied Affiliates Affiliates Signup Announcements Banned Configure Products Downloads Downloads Denied Error Login Logout Password Reset Ticket Feedback…

1 year ago

Export/Import database via command line(ssh)

Export Database via SSH mysqldump --routines -u databaseusername -p databasename > database.sql   Import Database via SSH mysql -u databaseusername…

1 year ago