sports_bench_team_season_stats

Creates the table for the team stats.

Parameters

  • string $html — The incoming HTML for the table.
  • $team — The team object for the team to show the stats for.
  • string $season — The season to show the stats from.
  • array $stats_array — The array of team stats to show.

Returns

  • string — The HTML for the team stats table.

Since: 2.0

Source

  • /includes/classes/base/class-teams.php — 464