apply_filters( 'sports_bench_after_game_preview', $html, $away_team, $home_team )
Type
Filters
Section
Game Preview
Outputs the HTML for after the game preview
Parameters
- $html, string, the current html that's being outputted
- $away_team, Sports_Bench_Team object, the team object for the away team
- $home_team, Sports_Bench_Team object, the team object for the home team
Returns
- string, the html that will be after the game preview
Since: 1.5
Source: display-functions.php, line 150