Merge pull request #346 from ThemeBoy/feature-league-table-colors

Add Highlight Places PRO module at Settings
This commit is contained in:
Brian Miyaji
2020-08-05 16:33:34 +10:00
committed by GitHub

View File

@@ -113,6 +113,13 @@ class SP_Modules {
'link' => 'https://www.themeboy.com/sportspress-extensions/team-access/', 'link' => 'https://www.themeboy.com/sportspress-extensions/team-access/',
'desc' => __( 'Limit user access to data that is related to their team.', 'sportspress' ), 'desc' => __( 'Limit user access to data that is related to their team.', 'sportspress' ),
), ),
'highlight_places' => array(
'label' => __( 'Highlight Places', 'sportspress' ),
'class' => 'SportsPress_Highlight_Places',
'icon' => 'sp-icon-eye',
'link' => 'https://www.themeboy.com/',
'desc' => __( 'Higlight specific places (i.e. Qualification, Relegations etc.) in League Tables .', 'sportspress' ),
),
), ),
'player_staff' => array( 'player_staff' => array(
'player_lists' => array( 'player_lists' => array(