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 trial

WordPress

Chris Andruszko
Chris Andruszko
18,392 Points

How 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!

1 Answer

Hi Chris,

Are you looking for something like this?

-Rich

Chris Andruszko
Chris Andruszko
18,392 Points

Yeah, 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.