Version 1.0.43

This commit is contained in:
ultimatemember
2015-02-07 01:39:29 +02:00
parent bcffe8e193
commit 89ffec21f2
8 changed files with 97 additions and 83 deletions
+2 -1
View File
@@ -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;