amM
amM

Reputation: 529

Retrieving data from wp_users table in WordPress

I am new to WordPress and wish to know which is the WordPress table field that differentiate database users such as Administrator,Editor,Subscriber. I am creating admin panel like WordPress in codeigniter, so I have to fetch data from wp_users tables and want to show users roles.
Can anyone help me?
Thanks.

Upvotes: 0

Views: 586

Answers (1)

user4055330
user4055330

Reputation:

You should search for option name wp_user_roles in the wp_options table.

Upvotes: 1

Related Questions