Active Doubles Teams
$active_doubels_teams = array( array( 'key' => 'team_type', 'value' => 'doubles', 'compare' => '=', ), array( 'key' => 'team_status', 'value' => 'active', 'compare' => '=', ), );
$active_doubels_teams = array( array( 'key' => 'team_type', 'value' => 'doubles', 'compare' => '=', ), array( 'key' => 'team_status', 'value' => 'active', 'compare' => '=', ), );