• How can I hide only the “Settings” and the “Status” in the dashboard/backend under the menu item “Woocommerce”?

    Thx

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Vladimir Garagulya

    (@shinephp)

    Revoke ‘manage_woocommerce’ capability from a role.

    WooCommerce – manage_woocommerce
    Orders – edit_shop_orders
    Coupons – edit_shop_coupons
    Reports – view_woocommerce_reports
    Settings – manage_woocommerce
    Status – manage_woocommerce
    Extensions – manage_woocommerce

    Thread Starter User777

    (@user777)

    If I deactivate manage woocommerce, then the whole dashboard is gone.

    Plugin Author Vladimir Garagulya

    (@shinephp)

    To allow access to the admin back-end add ‘view_admin_dashboard’ user capability to the user role. This capability does not exists by default, you need to create it manually. Read this article for more details how wp-admin is blocked by WooCommerce.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Woocommerce’ is closed to new replies.