sports_bench_game_box_score_team_stats

Displays the team stats for the game.

Parameters

  • Game $game — The game object for the game.
  • Team $home — The team object for the home team.
  • Team $away — The team object for the away team.

Returns

  • string — The HTML for the team stats section.

Since: 2.0

Source

  • /includes/functions/games.php — 95