Mobile App Manager
MAM Chat Manager (9)
MAM Contact Form
MAM GeoDirectory (17)
MAM GeoFilters
MAM Gravity Forms (19)
MAM Special Offers
MAM Reviews Manager (10)
MAM In-App Purchase Manager
Filters and Hooks
Check to see if user has an active subscription
Filter or Hook ID: mam_iap_active_subscriber_product
If the user has an active subscription, then this returns the slug for the subscription that the user has purchased.
$user_product = apply_filters( 'mam_iap_active_subscriber_product', 'free', $user_id );
Doc Status: Public
Require In App Subscription Purchase
Filter or Hook ID: mam_iap_require_iap
Doc Status: Private