Skip to main content

benecaster_get_user_tier_for_show()

Returns the active tier slug for a user’s subscription to a specific show. Reads directly from the benecaster_tokens table — this is the tier the subscriber’s token was minted for, not a live bridge query.

Use this to gate content display or feature access based on the current user’s subscription tier. For live bridge-resolved tiers (used at feed delivery time), see BridgeManager::get_user_tier().