Guest User

Untitled

a guest
May 25th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function get_user_role() {
  2. global $current_user;
  3.  
  4. $user_roles = $current_user->roles;
  5. $user_role = array_shift($user_roles);
  6.  
  7. return $user_role;
  8. }
Add Comment
Please, Sign In to add comment