Home › Forums › WooCommerce Personalized Product Options Manager (PPOM) › Hide Product Option Runtime › Reply To: Hide Product Option Runtime
January 24, 2019 at 2:53 pm
#10470
Keymaster
Hi,
you can remove this action based on boolean value to hide extra fields:
remove_action ( 'woocommerce_before_add_to_cart_button', 'ppom_woocommerce_show_fields', 15);