• Resolved bloggingandwb

    (@bloggingandwb)


    I have let editor role to manage users. So they can access to user management part from user menu in Admin dashboard.

    When an editor(editor role)going to edit a user, It doesn’t display “User Extra Information” section. How can I display it for editor roles also?

    Screenshot: https://i.ibb.co/WtSrZn5/user.png

    • This topic was modified 4 years, 7 months ago by bloggingandwb.
Viewing 1 replies (of 1 total)
  • Hi @bloggingandwb,

    Basic User Information is stored in wp_users table but the User Extra information is stored in wp_posts table in the database. So, when giving the manage users permission to the Editor role, they are only able to edit the Wp_users table data and this is why they cannot see the extra information.
    You will need to provide them permission to edit the wp_posts table and then it will work for editors.

    I hope it helps.
    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘“User Extra Information” on Edit User Screen on Admin Dashboard’ is closed to new replies.