Change WordPress user roles and capabilities Forums Give user access to plugin – how to Needs to assign a role access to woocommerce customers (not wp users) in admin

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5785
    extremeshok
    Participant

    Hi
    Need to give access to this menu

    Screenshot


    wp-admin/admin.php?page=woocommerce-customers-manager

    This is the link for one of the customers
    wp-admin/admin.php?page=woocommerce-customers-manager&customer=197790&action=customer_details

    ————————————

    #5792
    Vladimir
    Keymaster

    Every admin menu item is protected by user capability. ‘Posts’ uses ‘edit_posts’, ‘Settings’ uses ‘manage_options’, etc.
    If you don’t know what capability is required for access to some admin menu item, like mentioned ‘Customers’ use “Admin menu access” add-on in order to find that capability.
    You may activate this add-on and open its dialog at the “User Role Editor” for the ‘administrator’ role, which has access to all admin menu items. Then scroll menu items list, and look at the “Capability” column.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.