mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-20 07:04:06 +09:00
- fixed displaying cover image for 3rd party integration;
This commit is contained in:
@@ -836,11 +836,11 @@ if ( ! class_exists( 'um\core\User' ) ) {
|
||||
}
|
||||
|
||||
// add user meta
|
||||
foreach( $this->usermeta as $k=>$v ) {
|
||||
foreach ( $this->usermeta as $k => $v ) {
|
||||
if ( $k == 'display_name') {
|
||||
continue;
|
||||
}
|
||||
$this->profile[$k] = $v[0];
|
||||
$this->profile[ $k ] = $v[0];
|
||||
}
|
||||
|
||||
// add permissions
|
||||
|
||||
Reference in New Issue
Block a user