get_record
Gets the record for a team in a given season.
Parameters
- string $season — The season to get the record from.
Returns
- array — The list of wins, losses and draws in the season.
Since: 2.0
Source
- /includes/classes/base/class-team.php — 806