Note: This is part of the developer docs and is considered custom code.
Unfortunately, we cannot provide support for custom code at this time as we do not have the additional resources that would be necessary to provide support for custom code.
If you need assistance with this, please reach out to our list of consultants for further assistance:
https://codeable.io/developers/restrict-content-pro/
Filters whether or not a specific membership grants access to a specific post.
Parameters:
- $can_access (bool) - Whether or not this membership meets the restriction criteria.
- $membership_id (int) - ID of the membership being checked.
- $post_id (int) - ID of the post being checked.
- $membership (RCP_Membership) - Membership object.