get_points_against
Get the total number of points/runs/goals given up for the team in a given season.
Parameters
- string $season — The season to get the points/runs/goals given up.
Returns
- int — The total number of points/runs/goals given up.
Since: 2.0
Source
- /includes/classes/base/class-team.php — 1044