get_shootout

Gets the shootout score for a team.

Parameters

  • int $team_id — The team id to get the shootout score for.

Returns

  • bool|int — The shootout score for the team. If there is no shootout, it returns false.

Since: 2.0

Source

  • /includes/classes/base/class-game.php — 1050