mrPoor
New member
- Jul 29, 2020
- 7
- 1
- 3
Hi,
I'm using WooCommerce and WooCommerce Catalog Visibility Options plugins.
I want to remove some tabs in product data box, such as General, Inventory, Shipping and Restrictions tabs. I have removed the first three tabs, except for the Restrictions, by adding the code below in functions.php:
From researching, I know that the Restrictions tab is added by WooCommerce Catalog Visibility Options plugin. I dig round into the source code and I found the way how the Restrictions was added:
I also tried this:
But it didn't work at all. I'm kind new to php, can anyone help me to remove the restrictions tab properly?
I'm using WooCommerce and WooCommerce Catalog Visibility Options plugins.
I want to remove some tabs in product data box, such as General, Inventory, Shipping and Restrictions tabs. I have removed the first three tabs, except for the Restrictions, by adding the code below in functions.php:
PHP:
You don't have permission to view the code content. Log in or register now.
PHP:
You don't have permission to view the code content. Log in or register now.
PHP:
You don't have permission to view the code content. Log in or register now.
Last edited: