/* Define the global array below for your main accounts and sponsored levels. Array keys should be the main account level. */ global $pmprosm_sponsored_account_levels; $pmprosm_sponsored_account_levels = array( //set 200 seats at checkout 16 => array( 'main_level_id' => 16, //redundant but useful 'sponsored_level_id' => array(15), //array or single id 'seats' => 200 ), );