get_points

Gets the number of points in the season for a team in the standings.

Parameters

  • int $team_id — The id of the team to get the points for.

Returns

  • int — The number of points for the team.

Since: 2.0

Source

  • /includes/classes/base/class-teams.php — 881