You can simply use WP_User
class.
$user = new WP_User( $user_id );
foreach( $user->roles as $role ) {
$role = get_role( $role );
if ( $role != null )
echo $role->name;
}
Read more about WP_User
Related Posts:
- Editor can create any new user except administrator
- Remove Ability for Other Users to View Administrator in User List?
- Groups of capabilities: users with multiple roles?
- User-edit role setting distinct from wp_capabilities? [closed]
- How to let contributors to create a new revision(draft) editing their published posts
- Disallowing Users of a Custom Role from Deleting or Adding Administrators?
- How to update user role without logout
- How to check user role without using current_user_can()
- Do not allow users to create new posts and pages
- \WP_User Object | What’s the Difference Between {caps} and {allcaps}?
- How to enable the theme editor cap for an editor role?
- How to assign capabilities to user NOT to User Role
- How-to Delay The Capability To Publish Posts?
- Is there a simple way to manage capabilities per user?
- Getting users by specific capability, not role
- Are User Levels Still Currently Used?
- Remove Capabilities from WP admin for specific user role
- Add a role and give admin priviledges
- Where are $current_user->allcaps set?
- How can I prevent certain custom roles from seeing other custom roles on the user list page?
- What’s the correct way to add capabilites to user roles?
- Can I Create a Second Admin Level User Role?
- Assigning multiple or additional capabilities to specific users or how to create additional roles like bbpress roles?
- how do I add role and capability after I create a new user
- How to make WordPress ‘editor’ role to list/view/add/edit users only with the role ‘author’?
- fine-grained capabilities for user related capabilities
- Disabling user capability to edit_posts or delete_posts in the front-end
- Groups roles & capabilities
- Subscriber role – blank page
- current_user_can() returning true for capability when the user and role do not have the capability
- Getting a List of Currently Available Roles on a WordPress Site?
- How to allow an user role to create a new user under a role which lower than his level only?
- What’s the difference between the capability remove_users and delete_users?
- Allowing users to edit only their page and nobody else’s
- alphabetically order role drop-down selection in dashboard
- How to hide media uploads by other users in the Media menu?
- Show admin bar only for some USERS roles
- Prevent user creating new users with specific roles
- How to stop a user from updating the post date
- BuddyPress | Check if user is in current group [closed]
- Return ID of authors who have at least one post
- WordPress edit_user_profile_update update secondary role
- How to restrict specific post types from being read or added by specific user roles (eg. author)?
- How to get the Role Name of the current user? (WordPress)
- set_role has no effect
- WP_User->add_role producing unexpected results
- How can I check if the admin bar is visible to the current user?
- Set default page for user account in admin
- User role permissions based on taxonomies
- How do I list in the backend all users that were assigned to a custom role?
- How to add local users to wordpress without email password?
- Hide everything on site for visitors except specific page IDs
- the_author_meta(‘user_url’, $author->ID) not working properly. how can I solve this?
- add_cap not working with Shop Manager role
- Managing Users and Creating Groups [closed]
- Restricted registrations or removing the ability to edit your password/email
- Roles for Custom Post Types
- Does an AJAX call on the Admin Side Automatically include the User Data/Capabilities?
- Updating wp_user_level on user update
- Fix permissions for users role
- How can I allow an User to publish only 5 posts per month?
- Disable user from updating certain posts
- How change user type from contributor to author
- How to get a users list by who created them?
- Does wordpress support natively the concept of logging-in users? (not admins, but users of the website)
- How many people are allowed to use same wordpress account at the same time?
- Restrict access to non-wordpress section of site with user roles?
- How to hide user profile fields based on the role of the viewed user?
- Allow Users to Modify Some Values of Assigned WordPress Pods [closed]
- Does it matter if the very first user, usually Admin, does not have a user ID of 1?
- Customising “user ids” and add to ‘user’ panel in the admin area
- How to hide some users to unlogged users [closed]
- List all users and current week entries
- Redirect admin 403 “Cheatin uh?” admin pages
- Remove specific administrator’s capability
- Privilege to recover trashed posts
- Get Authors Role
- WordPress user role with create user capability?
- Editor role can only create/edit/delete users who have one of two roles
- User can’t search himself on rest api
- Allow a user or role to view drafts and previews, but not other admin privileges?
- Update user role for expired membership
- Find count of WordPress users by role and search string for user name
- Author Error “Sorry, you are not allowed to access this page.”
- Hook into add_user_role and update based on new and removed roles
- How to Moderate Edits to User Profiles?
- Create relationships between users or user roles
- Updated user role inncorrect when using wp_get_current_user()
- User Permissions on custom post type
- Custom User Role: Can Edit Own Page, Cannot Create New
- Show user details only
- A different role for each site in a multisite
- WordPress install checking permissions of user id 0
- Access level seems to have gone from admin to editor
- Front end login and page restriction
- Limit roles displayed in users.php depending on custom role
- Creating Custom user type just like custom post
- Control Category of each user can post
- i need to let a user to add a role from a frontend form
- How to create a specific role to manage users