hook to remove price
-
Hi,
Is there any hook to remove price in the block loop?
I’ve tested several without results:
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 30 ); add_action( 'woocommerce_single_product_summary', 'my_function_hide_price', 10 ); etc
Many thanks in advance.
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘hook to remove price’ is closed to new replies.