mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Update 1.0.62
This commit is contained in:
@@ -165,6 +165,16 @@ $this->sections[] = array(
|
||||
),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'account_name',
|
||||
'type' => 'switch',
|
||||
'title' => __( 'Add a First & Last Name fields','ultimatemember' ),
|
||||
'default' => 1,
|
||||
'desc' => __('Whether to enable these fields on the user account page by default or hide them.','ultimatemember'),
|
||||
'on' => __('On','ultimatemember'),
|
||||
'off' => __('Off','ultimatemember'),
|
||||
),
|
||||
|
||||
array(
|
||||
'id' => 'account_require_strongpass',
|
||||
'type' => 'switch',
|
||||
|
||||
Reference in New Issue
Block a user