- fixed dropdown.js handlers;

- fixed account save some fields which were initialized after adding custom;
- fixed enqueue members scripts;
- small CSS fixes;
This commit is contained in:
nikitasinelnikov
2019-10-21 13:31:59 +03:00
parent d74058fbb0
commit 91048da275
7 changed files with 45 additions and 35 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ function um_submit_account_details( $args ) {
}
}
$arr_fields = array( 'password', 'um_account' );
$arr_fields = array();
if ( UM()->account()->is_secure_enabled() ) {
$account_fields = get_user_meta( um_user( 'ID' ), 'um_account_secure_fields', true );