Forums
Forums / Plugin: Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin / User role in comments
(@ruferryman)
8 years, 5 months ago
Hi all. Please tell me how to get the name of the user’s role in the comments? Ultimate Member 1.3.88.
(@champsupertramp)
Hi,
You can try the following code in your customisation:
$comment_author_ID = 2; um_fetch_user( $comment_author_ID ); echo um_user("role"); //prints the comment author's UM role.
Regards,
Thank you very much, this is what you need!
The topic ‘User role in comments’ is closed to new replies.
(@ruferryman)
8 years, 5 months ago
Hi all. Please tell me how to get the name of the user’s role in the comments? Ultimate Member 1.3.88.