miriam-m
1/28/2017 - 4:14 PM

Edit product page

Edit product page

//remove title from Product Page
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 );

//remove category meta from Product Page
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );