Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChris Andruszko
18,392 PointsHow do I echo user roles?
I can use user_email, user_firstname, user_login, etc. to get certain user information, but there's no "user_role" to get their role. How can I get their roles? I need to echo this information.
Thanks for any help!
Chris Andruszko
18,392 PointsChris Andruszko
18,392 PointsYeah, that's what I'm looking for. Thanks!
Weird how it displays the role according to the ID passed in, but I can find a way to work with that.