get_recent_results
Gets a list of recent results 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 recent games.
Since: 2.0
Source
- /includes/classes/base/class-team.php — 877