diff --git a/includes/class-sp-player-list.php b/includes/class-sp-player-list.php index 70b5fee9e..02e2f55d9 100644 --- a/includes/class-sp-player-list.php +++ b/includes/class-sp-player-list.php @@ -670,7 +670,7 @@ public function data( $admin = false, $leagues = null, $seasons = null, $team_id endif; if ( in_array( 'position', $this->columns ) ): - $player_data['position'] = null; + $player_data['position'] = wp_get_post_terms($player_id, 'sp_position'); endif; foreach( $player_data as $key => $value ):