dwnload/wp-email-download

Allow users to download any WordPress managed file if they're subscribed to you MailChimp list

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

v0.7.0 2023-11-02 16:05 UTC

This package is auto-updated.

Last update: 2024-03-30 00:23:30 UTC


README

PHP from Packagist Latest Stable Version Total Downloads License Build Status

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:

[email_to_download list-id="uo063u0837" file="4" /]

Installation

To install this plugin, using Composer:

composer require dwnload/wp-email-download:~0.5