sports_bench_team_player_stats
Gets the player stats for a team for a given season.
Parameters
- string $html — The incoming HTML for the player stats.
- int $team_id — The id of the team to get the stats for.
- string $season — The season to get the stats from.
Returns
- string — The player stats for a team.
Since: 2.0
Source
- /includes/classes/base/class-teams.php — 488