Hide total performance by default
This commit is contained in:
@@ -94,7 +94,7 @@ class SP_Settings_Events extends SP_Settings_Page {
|
|||||||
array(
|
array(
|
||||||
'desc' => __( 'Display total', 'sportspress' ),
|
'desc' => __( 'Display total', 'sportspress' ),
|
||||||
'id' => 'sportspress_event_show_total',
|
'id' => 'sportspress_event_show_total',
|
||||||
'default' => 'yes',
|
'default' => 'no',
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'checkboxgroup' => 'end',
|
'checkboxgroup' => 'end',
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user