mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-17 21:53:43 +09:00
Update 1.0.89
This commit is contained in:
@@ -150,10 +150,6 @@ class UM_User {
|
||||
$this->profile[$k] = $v[0];
|
||||
}
|
||||
|
||||
// add user stuff
|
||||
$this->profile['post_count'] = $ultimatemember->query->count_posts($this->id);
|
||||
$this->profile['comment_count'] = $ultimatemember->query->count_comments($this->id);
|
||||
|
||||
// add permissions
|
||||
$user_role = $this->get_role();
|
||||
$this->role_meta = $ultimatemember->query->role_data( $user_role );
|
||||
|
||||
Reference in New Issue
Block a user