How can I check what role user has? Not capabilities, but the role itself. For example, I want to check if a person is a "Subscriber"
How can I check what role user has? Not capabilities, but the role itself. For example, I want to check if a person is a "Subscriber"
Try:
$current_user->roles
Tested and works.
Ooooh dint know about that GamerZ :D
Anyway i made a function, well a few functions for getting any user's role just by there $user_ID
http://pastecode.net/?action=viewpost&tag=715
^ thats cut down from what ive written as its been done for a very modded WP2.01 site but you should be able to work it out from that!
thanks, that does it.
This topic has been closed to new replies.