Update modules

This commit is contained in:
Brian Miyaji
2018-10-17 11:04:37 +11:00
parent 66f8c04dc4
commit cddba8720a
8 changed files with 18 additions and 149 deletions

View File

@@ -57,6 +57,13 @@ class SP_Modules {
'link' => 'https://www.themeboy.com/sportspress-extensions/match-stats/',
'desc' => __( 'Display head-to-head team comparison charts in events.', 'sportspress' ),
),
'past_meetings' => array(
'label' => __( 'Past Meetings', 'sportspress' ),
'class' => 'SportsPress_Past_Meetings',
'icon' => 'sp-icon-history',
'link' => 'https://www.themeboy.com/sportspress-extensions/past-meetings/',
'desc' => __( 'Display previous events between teams in list or blocks layout.', 'sportspress' ),
),
'timelines' => array(
'label' => __( 'Timelines', 'sportspress' ),
'class' => 'SportsPress_Timelines',