Bug - removing Categories and Tags displayed on single product page
Posted by:
HuardTech
Sep 3, 2021 at 16:39 (3 year ago)
Hi,
As per WooCommerce this code should work when added in fonction.php but it does not. I need to hide or remove this section https://prnt.sc/1r4uidg
Thanks for your help
/* Remove Categories from Single Products */
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
As per WooCommerce this code should work when added in fonction.php but it does not. I need to hide or remove this section https://prnt.sc/1r4uidg
Thanks for your help
/* Remove Categories from Single Products */
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );