Skip to main content

MemberPressBridge

\Benecaster\Bridge\Bridges\MemberPressBridge

Class Premium

The built-in bridge for MemberPress and the canonical reference implementation for custom bridge development. Slug: memberpress. Detection: class_exists('MeprUser'). Tier resolution queries MeprUser::active_product_subscriptions('ids') and looks up matches in the show’s tier mapping — first match wins. on_subscription_changed() is a documented no-op; MemberPress has no native tier-change event. Changes arrive as a cancel + re-subscribe flow firing the respective callbacks in sequence.