Add filter for season in teams event lists

This commit is contained in:
Nabil Kadimi
2018-06-28 10:52:54 +01:00
committed by GitHub
parent 5b6e8a56fc
commit 7e89975958

View File

@@ -19,6 +19,7 @@ elseif ( 'list' === $format )
sp_get_template( 'event-list.php', array(
'team' => $id,
'league' => apply_filters( 'sp_team_events_league', 0 ),
'season' => apply_filters( 'sp_team_events_season', 0 ),
'title_format' => 'homeaway',
'time_format' => 'separate',
'columns' => array( 'event', 'time', 'results' ),