get_team_score
Gets the score for a team in the series.
Parameters
- string $team — Either team-one or team-two to get the score for that team in the series.
Returns
- int — The score for the team in the series.
Since: 2.0
Source
- /includes/classes/base/class-series.php — 544