Update 1.0.62

This commit is contained in:
ultimatemember
2015-02-21 01:39:02 +02:00
parent 11c684fdeb
commit 6bc9419c06
17 changed files with 181 additions and 48 deletions
+10
View File
@@ -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',