Skip to content

Instantly share code, notes, and snippets.

global $pmprosm_sponsored_account_levels;
$pmprosm_sponsored_account_levels = [
//set 5 seats at checkout
4 => [
'main_level_id' => 4, //redundant but useful
'sponsored_level_id' => [4], //array or single id
'sponsored_accounts_at_checkout' => TRUE,
'seat_cost' => 0,
'max_seats' => 4,
'min_seats' => 4,