WP Downloader

WP Downloader Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 49,963 downloads
WP Downloader Icon

Try plugin: WP Downloader

We'll create fresh WordPress site with WP Downloader installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About WP Downloader

Allows to download plugins and themes installed on your site as a zip package, ready to install on another site.

10


1


0


0


1

updated: 9 years ago
since: 11 years ago

Description

Features

  • displays a ‘Download’ link for
    • all installed plugins (in action links on ‘Plugins’ page)
    • all installed themes (on ‘Appearance’ page, also in wordpress 3.8 or higher)

Idea

I wrote this plugin to simplify and improve code downloading when developing on a playground with contributors. With this plugin you can get complete package with other plugin or theme you are working on in one click. You can also use it to share your code with someone without downloading it via ftp, manually zipping and then sending it in e-mail or uploading the package back to your server or anything else… just tell him to click the link!

There are some other methods for this, there are advanced plugins which has such a feature to download other plugins, but I hope someone will find my code usefull as it is very simple in action and the simplest in use.

This plugin uses PclZip class integrated with WordPress.

Many thanks to Viktor Szépe for the idea of how to inject links on the appearance page in new wordpress UI (3.8 or higher).
Hehe is the code used as an inspiration for the current version of WP Downloader.