Update module options
This commit is contained in:
@@ -43,6 +43,13 @@ class SP_Modules {
|
|||||||
'link' => 'http://tboy.co/pro',
|
'link' => 'http://tboy.co/pro',
|
||||||
'desc' => __( 'Display head-to-head team comparison charts in events.', 'sportspress' ),
|
'desc' => __( 'Display head-to-head team comparison charts in events.', 'sportspress' ),
|
||||||
),
|
),
|
||||||
|
'timelines' => array(
|
||||||
|
'label' => __( 'Timelines', 'sportspress' ),
|
||||||
|
'class' => 'SportsPress_Timelines',
|
||||||
|
'icon' => 'sp-icon-timeline',
|
||||||
|
'link' => 'http://tboy.co/pro',
|
||||||
|
'desc' => __( 'Display a timeline of player performance in events.', 'sportspress' ),
|
||||||
|
),
|
||||||
'tournaments' => array(
|
'tournaments' => array(
|
||||||
'label' => __( 'Tournaments', 'sportspress' ),
|
'label' => __( 'Tournaments', 'sportspress' ),
|
||||||
'class' => 'SportsPress_Tournaments',
|
'class' => 'SportsPress_Tournaments',
|
||||||
|
|||||||
Reference in New Issue
Block a user