You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'hint' => esc_html__( 'This is the text that appears as a description within the forms. Leave blank if not needed.', 'wp-user-manager' )
166
+
'hint' => esc_html__( 'This is the text that appears as a description within the forms. Leave blank if not needed.', 'wp-user-manager' ),
167
167
),
168
-
'user_meta_key' => array(
168
+
'user_meta_key'=> array(
169
169
'type' => 'input',
170
170
'inputType' => 'text',
171
171
'label' => esc_html__( 'Unique meta key', 'wp-user-manager' ),
172
172
'model' => 'user_meta_key',
173
173
'required' => true,
174
174
'hint' => esc_html__( 'The key must be unique for each field and written in lowercase with an underscore ( _ ) separating words e.g country_list or job_title. This will be used to store information about your users into the database of your website.', 'wp-user-manager' ),
@@ -223,8 +223,17 @@ protected function get_default_editor_settings() {
223
223
'model' => 'read_only',
224
224
'default' => false,
225
225
'hint' => esc_html__( 'Enable to prevent users from editing this field. Note: if the profile editing option is set to publicly editable, the field will still be visible within the account page but will not be customizable.', 'wp-user-manager' ),
0 commit comments