mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- theme updater
This commit is contained in:
@@ -837,7 +837,9 @@ if ( ! class_exists( 'um\core\User' ) ) {
|
||||
|
||||
// add user meta
|
||||
foreach( $this->usermeta as $k=>$v ) {
|
||||
if ( $k == 'display_name') continue;
|
||||
if ( $k == 'display_name') {
|
||||
continue;
|
||||
}
|
||||
$this->profile[$k] = $v[0];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user