Your cart is currently empty!
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