Restrict Content by Membership Levels
WooCommerce Membership Made Easy allows you to restrict post/page/custom post type content based on membership levels using a shortcode. You can place your restricted content within the shortcode to limit the access.
Allow Content for Membership Levels
This feature allows you to allow content for users with certain active membership level. You can use allowed_memberships attribute to define the membership levels for allowing content. Let’s take a look at the usage of this attribute.
Allowing Content for One Membership Level
[[wmme_private_content allowed_memberships="1" ]
Private Content for Users with membership level ID 1
[/wmme_private_content]]
Allowing Content for Multiple Membership Levels
[[wmme_private_content allowed_memberships="1,3" ]
Private Content for Users with membership level ID 1 or 3
[/wmme_private_content]]