Restrict Content by Multiple User Meta Values
This feature allows you to restrict/allow post/page/custom post type content based on multiple values of a single user meta key. You can place your restricted content within the shortcode to limit the access.
Allow Content based on User Meta Values
This feature allows you to allow content for users based on multiple values of same user meta key. You can use allowed_meta_keys attribute to define the custom fields for allowing content. Let’s take a look at the usage of this attribute.
Allowing Content based on Multiple User Meta Values
[[wppcp_private_content allowed_meta_keys="city" allowed_meta_values="New York,Chicago,Boston" ]
Private Content for Users who has New York,Chicago or Boston for City meta key
[/wppcp_private_content]]