Hide Product Data in Admin view
-
Hi
I like to hide the product data(Product detail view-Admin page) for certain user roles. Able to achieve it using the below function.
remove_meta_box( ‘woocommerce-product-data’, ‘product’, ‘normal’ );
After removing the “woocommerce-product-data”, when a product is updated, All attributes previously added gets removed.
This might be an issue / feature request.
Is there any workaround?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Hide Product Data in Admin view’ is closed to new replies.