apply_filters( 'sports_bench_standings_widget_team_row', $styles, $team_id )
Type
Filters
Section
Standings
Outputs styles for the table head row for the standings widget table
Parameters
- $styles, string, current styles for the row
- $team_id, integer, the team id for the current team
Returns
- string, the CSS styles for the row
Since: 1.5
Source: standings.php, line 299, 352, 430