Paid Memberships Pro - Series
This is the "drip feed content" module for Paid Memberships Pro.
by Paid Memberships Pro · github.com/strangerstudios/pmpro-series · website
★ 26stars
26forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/strangerstudios/pmpro-series/archive/refs/heads/dev.zipFrom the readme
Drip feed content to your members over the course of their membership. Serializes content by # of days post-registration.
This plugin currently requires Paid Memberships Pro.
How this plugin works:
1. There will be a new "Series" tab in the Memberships menu of the WP dashboard.
2. Admins can create a new "Series".
3. Admins can add a page or post to a series along with a # of days after signup.
4. Admins can add a series to a membership level.
5. Admins can adjust the email template via an added page to their active theme.
Then...
1. User signs up for a membership level that gives him access to Series A.
2. User gets access to any "0 days after" series content.
3. Each day a script checks if a user should gain access to any new content, if so:
- User is given access to the content.
- An email is sent to the user letting them know that content is available.
Checking for access:
Is a membership level re
Read the full README on GitHub →