Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

WP Downloader

Опис

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.

Встановлення

  1. Unpack wp-downloader.zip and upload its content to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Plugin is working. You can see ‘Download’ links for every plugin and theme.

Часті питання

Installation Instructions
  1. Unpack wp-downloader.zip and upload its content to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Plugin is working. You can see ‘Download’ links for every plugin and theme.

Відгуки

16.10.2018
I needed to download plugins and themes from a website I didn't had SSH/FTP access to. This little plugin helped me a lot and got the job done flawlessly.
02.09.2017
Even when it seems outdated this Plugin does what it should do even 3 years without update. its far better and reliable then most other similar plugins claiming have the same functions. Highly recommended from someone who works professional with wordpress.
Прочитати всі 12 відгуків

Учасники та розробники

“WP Downloader” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “WP Downloader” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

2.0

  • Added hack to display download links on the new themes page (wordpress 3.8 or higher)
  • Few improvements in the code

1.1

  • Added ‘download’ link for currently selected theme

1.0

  • Initial release