Get user role
-
I’m trying to get the current Asgaros role. In WP, I can do this:
$user_meta = get_userdata( get_current_user_id() ); var_dump( $user_roles=$user_meta->roles );
And I get a user’s WP role.
Can you give me the code to get the Asgaros roles to the active user?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get user role’ is closed to new replies.