diff --git a/templates/player-selector.php b/templates/player-selector.php index 2444a77f..4fe1c0cd 100644 --- a/templates/player-selector.php +++ b/templates/player-selector.php @@ -48,7 +48,7 @@ endif; if ( $team ): $args['meta_query'] = array( array( - 'key' => 'sp_team', + 'key' => 'sp_current_team', 'value' => $team ), );