get_pitcher_record
Gets the record for a pitcher.
Parameters
- int $player_id — The id for the player.
- string $season — The season to get the record.
Returns
- array — The record for the player.
Since: 2.0
Source
- /includes/classes/base/class-players.php — 306