mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 13:43:38 +09:00
Version 1.0.43
This commit is contained in:
+2
-1
@@ -21,10 +21,11 @@ class UM_User {
|
||||
|
||||
$this->preview = false;
|
||||
|
||||
// a list of keys that should be done on wp_update_user
|
||||
// a list of keys that should never be in wp_usermeta
|
||||
$this->update_user_keys = array(
|
||||
'user_email',
|
||||
'user_pass',
|
||||
'user_password',
|
||||
);
|
||||
|
||||
$this->target_id = null;
|
||||
|
||||
Reference in New Issue
Block a user