get_overtime_losses
Gets the number of overtime losses for a team in a given season.
Parameters
- string $season — The season to get the overtime losses from.
Returns
- int — The number of overtime losses in the season.
Since: 2.0
Source
- /includes/classes/base/class-team.php — 790