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