apply_filters( 'sports_bench_after_rivalry_shortcode', $html, $games, $team_one, $team_two )
Type
Filters
Section
Shortcodes
Outputs the HTML for the recent games table between the two teams
Parameters
- $html, string, the current HTML for the recent games table between the two teams
- $games, array, the games the two teams have played against each other
- $team_one, Sports_Bench_Team object, the team object for the first selected team
- $team_two, Sports_Bench_Team object, the team object for the second selected team
Returns
- string, the HTML to be outputted for the recent games table between the two teams
Since: 1.5
Source: shortcodes.php, line 508