Download the PHP package dwnload/wp-email-download without Composer
On this page you can find all versions of the php package dwnload/wp-email-download. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dwnload/wp-email-download
More information about dwnload/wp-email-download
Files in dwnload/wp-email-download
Package wp-email-download
Short Description Allow users to download any WordPress managed file if they're subscribed to you MailChimp list
License GPL-2.0-or-later
Informations about the package wp-email-download
Email Download
Allow users to download any WordPress managed file if they're subscribed to your MailChimp list
Contributors: thefrosty
Tags: wordpress-plugin, downloader, email-subscription, mailchimp, wp-api
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 8.0
Stable tag: master
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Mange downloads via WordPress' media manager, and the Email Download shortcode which requires a users to currently be subscribed to your MailChimp mailing list designated in the shortcode attribute.
Shortcode
The current shortcode expects two attributes to be set; list-id=(string)
and file=(int)
where list-id
is the ID of your MailChimp list (which you can get from the admin settings page or the shortcode
builder) and the file
which is the attachment ID from WordPress' media manager (again you can get this from the media
screen, the post object media manager or the shortcode builder).
Example shortcode:
Installation
To install this plugin, using Composer:
All versions of wp-email-download with dependencies
drewm/mailchimp-api Version 2.4
dwnload/wp-settings-api Version ^3.3
egulias/email-validator Version ~2.1
thefrosty/wp-utilities Version ^3.2
ext-openssl Version *
ext-json Version *