mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Not necessary to turn off notifications tab
This commit is contained in:
+1
-2
@@ -116,11 +116,10 @@ $this->sections[] = array(
|
||||
'id' => 'account_tab_notifications',
|
||||
'type' => 'switch',
|
||||
'title' => __( 'Notifications Account Tab' ),
|
||||
'default' => 0,
|
||||
'default' => 1,
|
||||
'desc' => 'Enable/disable the Notifications account tab in account page',
|
||||
'on' => 'Enabled',
|
||||
'off' => 'Disabled',
|
||||
'required' => array( 'xxxxxxxxxxxxx', '=', 'sssssssssssssssss' ),
|
||||
),
|
||||
|
||||
array(
|
||||
|
||||
Reference in New Issue
Block a user