Viewing 3 replies - 1 through 3 (of 3 total)
  • Caleb Burks

    (@icaleb)

    Automattic Happiness Engineer

    Hi Robert,

    If you give the Librarian user role the ability to ‘edit_posts’, ‘manage_woocommerce’, or ‘view_admin_dashboard’, then they will have access to the dashboard still.

    Otherwise, you can also turn off the redirect with this filter: https://github.com/woothemes/woocommerce/blob/master/includes/admin/class-wc-admin.php#L160. (may not be the best idea, as normal shop customers will see the admin dashboard).

    Thread Starter Robert Heller

    (@robertpheller)

    The capability ‘view_admin_dashboard’ is not listed anywhere. Is this a capability added by WooCommerce?

    The ‘edit_posts’ and ‘manage_woocommerce’ capabilities are probably not necessarily apropriate.

    Thread Starter Robert Heller

    (@robertpheller)

    OK, the ‘view_admin_dashboard’ cap. is in the new version of WooCommerce. After updating WooCommerce and adding this cap. things seem to work now.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WordPress dashboard access by non-admins’ is closed to new replies.