Title: PMPro Addons Plugin
Last modified: August 21, 2016

---

# PMPro Addons Plugin

 *  Resolved [dompl](https://wordpress.org/support/users/dompl/)
 * (@dompl)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/pmpro-addons-plugin/)
 * Hi,
 * I have 2 types of membership. One of them require payment to view the content
   on the site whereas the other is a Free Membership.
 * The content pages are set to belong to both groups, although, when I set a price
   in PMPro Addon Package Settings, the page is also require payment from both of
   the group.
 * Is it possible to request a payment only from Free Members and display the content
   to the members who belong to paid membership group?
 * Thanks
 * [https://wordpress.org/plugins/paid-memberships-pro/](https://wordpress.org/plugins/paid-memberships-pro/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [dompl](https://wordpress.org/support/users/dompl/)
 * (@dompl)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/pmpro-addons-plugin/#post-5078248)
 * Got the solution
 *     ```
       function my_pmproap_all_access_levels($levels, $user_id, $post_id)
       {
       	//I'm just adding the level, but I could do some calculation based on the user and post id to programatically give access to content
       	$levels = array(1);
       	return $levels;
       }
       add_filter("pmproap_all_access_levels", "my_pmproap_all_access_levels", 10, 3);
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘PMPro Addons Plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/paid-memberships-pro_f1dacb.svg)
 * [Paid Memberships Pro - Content Restriction, User Registration, & Paid Subscriptions](https://wordpress.org/plugins/paid-memberships-pro/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/paid-memberships-pro/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/paid-memberships-pro/)
 * [Active Topics](https://wordpress.org/support/plugin/paid-memberships-pro/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/paid-memberships-pro/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/paid-memberships-pro/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [dompl](https://wordpress.org/support/users/dompl/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/pmpro-addons-plugin/#post-5078248)
 * Status: resolved