Filter players dropdown by current team only

This commit is contained in:
Brian Miyaji
2018-03-06 11:03:51 +11:00
parent 7878014130
commit 9b52836fce

View File

@@ -48,7 +48,7 @@ endif;
if ( $team ):
$args['meta_query'] = array(
array(
'key' => 'sp_team',
'key' => 'sp_current_team',
'value' => $team
),
);