diff --git a/admin/post-types/player.php b/admin/post-types/player.php index 0230cf4d..0beb4899 100644 --- a/admin/post-types/player.php +++ b/admin/post-types/player.php @@ -52,7 +52,9 @@ function sp_player_stats_meta( $post ) { $div_ids[] = $value->term_id; endforeach; - if ( empty( $team_ids ) || $team_ids == array(0) ): + unset( $team_ids[0] ); + + if ( empty( $team_ids ) ): ?>
-
- 1 ): + ?> +
+