apply_filters( 'sports_bench_game_shortcode_game_row', $styles, $game, $away_team, $home_team )
Type
Filters
Section
Shortcodes
Output styles for the table body row for the game shortcode
Parameters
- $styles, string, current styles for the row
- $game, Sports_Bench_Game object, the game object for the game that's being used
- $away_team, Sports_Bench_Team object, the team object for the away team
- $home_team, Sports_Bench_Team object, the team object for the away team
Returns
- string, the CSS styles for the row
Since: 1.5
Source: scoreboard.php, line 761