Add option to choose individual/team mode per event
This commit is contained in:
@@ -45,7 +45,7 @@ if ( $season_ids ):
|
||||
);
|
||||
endif;
|
||||
|
||||
if ( $team && apply_filters( 'sportspress_has_teams', true ) ):
|
||||
if ( $team ):
|
||||
$args['meta_query'] = array(
|
||||
array(
|
||||
'key' => 'sp_team',
|
||||
|
||||
Reference in New Issue
Block a user