Edd Members is add-on plugin for Easy Digital Downloads. It gives you power to set content private and build membership site in no time.
EDD Members is a commercial Plugin available in my site Foxland. The plugin is hosted here on a public Github repository in order to better faciliate community contributions from developers and users alike. If you have a suggestion, a bug report, or a patch for an issue, you can submit it here.
If you are using the plugin on a live site it would be cool that you purchase a valid license from Plugin page. After that you get support and automatic updates.
- You can get support from here.
- See all documentation here.
- Site owner can make any public post type content private.
- Or site owner can make singular post type content private.
- Plugin is filtering
the_content
when content is suppose to be private. - Plugin loads
content-private.php
template for private content and that can be overwritten in a themeedd-members
folder. - Site admin have capability
edd_members_show_all_content
by default and can see everything. All the others can't see the content that's marked as private. - In EDD download site owner can choose does he/she enable membership for particular download and pick membership length.
- You can also set different membership lengths for variable prices. This works kind of like a subscription levels.
- After user have purchased one item that has membership enabled at any time length, user can see the content. The expire date is calculated and saved in
user_meta
. - Site owner can set email notification before or after expire date.
Plugin resources are licensed under the GNU GPL, version 2 or later.
© 2015-2016 Sami Keijonen.
- Bug fix: Use
EDD_Recurring_Subscriber
class instead ofEDD_Recurring_Customer
class which is deprecated. - Tweak: Link to EDD Members setting page have been fixed in post metabox.
- Add multisite compability: User can now have different expire dates on sub sites.
- New section for settings.
- Fix headers already sent warning. There was extra marks in the beginning of the user-meta.php file.
- Update edd action hooks because they might conflict with other add-ons.
- Update edd action hooks because they might conflict with other add-ons.
- Add
unknown_text
attribute to[edd_members_expire_date]
shortcode. By default shortcode returnsUnknown
text if there is no expire date. You can overwrite default text like this:[edd_members_expire_date unknown_text="Unfortunately your expire date is unknown."]
- Add
[edd_members_name]
shortcode. By default it shows user's display name. It acceptsfield
attribute and can be likefield="first_name"
. - Fix undefined notice when bbPress isn't activated.
- Fix undefined notices and warnings in profile page by checking do we have expire date or not.
- edd_members_only shortcode now outputs the same as private page if you leave message attribute empty.
- Secure every text string using esc_html and similar functions.
- Enable sorting by Expire date in Users (users.php) admin page.
- Fix: Get user ID from payment meta so that expire date calculation works for all payment gateways.
- Bug fix: during the EDD update plugin crashed.
- Added French translations.
- Everything's new!