Add option to show and hide players in events

This commit is contained in:
Brian Miyaji
2014-06-22 13:01:01 +10:00
parent 885fe21a41
commit f6315d35ef
2 changed files with 17 additions and 6 deletions

View File

@@ -90,11 +90,20 @@ class SP_Settings_Events extends SP_Settings_Page {
),
array(
'title' => __( 'Player Performance', 'sportspress' ),
'title' => __( 'Players', 'sportspress' ),
'desc' => __( 'Display players', 'sportspress' ),
'id' => 'sportspress_event_show_players',
'default' => 'yes',
'type' => 'checkbox',
'checkboxgroup' => 'start',
),
array(
'desc' => __( 'Link players', 'sportspress' ),
'id' => 'sportspress_event_link_players',
'default' => 'yes',
'type' => 'checkbox',
'checkboxgroup' => 'end',
),
array(