apply_filters( 'sports_bench_before_standings_container', $html, $type, $division_id )
Type
Filters
Section
Standings
Outputs the HTML for before the standings table
Parameters
- $html, string, the current HTML for the stat table
- $type, string, whether this is all teams, conference or division standings
- $division_id, integer, the id for the division or conference
Returns
- string, the HTML to be outputted before the standings table
Since: 1.5
Source: standings.php, line 193, 212, 240