apply_filters( 'sports_bench_rivalry_shortcode_top_row', $styles, $game_id, $team_one, $team_two )
Type
Filters
Section
Shortcodes
Output styles for the table body row for the top table in the rivalry shortcode
Parameters
- $styles, string, current styles for the row
- $game_id, integer, the game id for the game that's being used
- $team_one, Sports_Bench_Team object, the team object for the first team
- $team_two, Sports_Bench_Team object, the team object for the second team
Returns
- string, the CSS styles for the row
Since: 1.5
Source: scoreboard.php, line 761