Abbreviate team names option
This commit is contained in:
@@ -48,6 +48,14 @@ class SP_Settings_Teams extends SP_Settings_Page {
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
|
||||
array(
|
||||
'title' => __( 'Abbreviation', 'sportspress' ),
|
||||
'desc' => __( 'Abbreviate team names', 'sportspress' ),
|
||||
'id' => 'sportspress_abbreviate_teams',
|
||||
'default' => 'yes',
|
||||
'type' => 'checkbox',
|
||||
),
|
||||
|
||||
array(
|
||||
'title' => __( 'Visit Site', 'sportspress' ),
|
||||
'desc' => __( 'Open link in a new window/tab', 'sportspress' ),
|
||||
|
||||
Reference in New Issue
Block a user