MemberPress: WooCommerce – Show Specific WooCommerce Product Based on MemberPress Subscription
function always_display_products($visible, $prd_id) { // Get current user object $user = get_current_user(); // Get current user’s active subscriptions $active_subs = $user->active_product_subscriptions(‘ids’); // Check if the user has a specific subscription (ID 1234) and the current product ID is 222 if…Continue reading