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