Remove Meta From Quickview Popup
-
Greetings,
I’ve removed Meta (SKU, Cat, Tags & Sharing) from the single product page, yet it still appears in the Quickview pop. I’m using this snippet:
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_meta’, 40 );
remove_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_single_sharing’, 50 );How can I remove these from the Quickview popup, as well?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove Meta From Quickview Popup’ is closed to new replies.