mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
- 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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user