apply_filters( 'sports_bench_after_game_shortcode', $html, $game_id, $away_team, $home_team )
Type
Filters
Section
Games
Shortcodes
Outputs the HTML for after the game shortcode
Parameters
- $html, string, the current HTML for after the game shortcode
- $game_id, integer, the game id for the selected game
- $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 to be outputted after the game shortcode
Since: 1.5
Source: shortcodes.php, line 161