Reputation: 529
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
Reputation:
You should search for option name wp_user_roles in the wp_options table.
Upvotes: 1