Filter players dropdown by current team only
This commit is contained in:
@@ -48,7 +48,7 @@ endif;
|
||||
if ( $team ):
|
||||
$args['meta_query'] = array(
|
||||
array(
|
||||
'key' => 'sp_team',
|
||||
'key' => 'sp_current_team',
|
||||
'value' => $team
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user