get_upcoming_schedule
Gets a list of upcoming games for the team.
Parameters
- int $limit — The number of games to get.
- string $season — The season to get the games from.
Returns
- array — A list of upcoming games.
Since: 2.0
Source
- /includes/classes/base/class-team.php — 981