Add option to show career totals close #82

This commit is contained in:
Brian Miyaji
2014-12-10 04:27:03 +11:00
parent 46cd25d73d
commit c62d765d05
4 changed files with 63 additions and 2 deletions

View File

@@ -60,6 +60,14 @@ class SP_Settings_Players extends SP_Settings_Page {
'id' => 'sportspress_player_show_details',
'default' => 'yes',
'type' => 'checkbox',
'checkboxgroup' => '',
),
array(
'desc' => __( 'Career Total', 'sportspress' ),
'id' => 'sportspress_player_show_total',
'default' => 'no',
'type' => 'checkbox',
'checkboxgroup' => 'end',
),