You must be logged in to see replies to this topic. Click here to login or register
Home › Forums › Plugins › WooCommerce Product Builder › Hide Price by Remove Action
I hope you can help.
In the past I have commented out the following line in Steps.php:
add_action( ‘woocommerce_product_builder_single_product_content’, array( $this, ‘product_price’ ), 30, 2 );
When the plugin gets updated it obviously gets uncommented. I was wondering if a remove_acrtion could be placed into the functions.php file?
I’m using Astra.
Regards,
Neil.
You must be logged in to see replies to this topic. Click here to login or register