get_win_percentage
Gets the win percentage for a team in a given season.
Parameters
- string $season — The season to get the win percentage from.
Returns
- float — The win percentage for the team.
Since: 2.0
Source
- /includes/classes/base/class-team.php — 822