Unhook from frontend
-
Hello Mike,
Thank you for the useful plugin.
Any tips of how I can unhook line 74?
add_action( 'woocommerce_after_add_to_cart_button', array( $this, 'gift_option_html' ), 10 );I want to
remove_actionbut something like this will not work:remove_action( 'woocommerce_after_add_to_cart_button', array( 'WC_Product_Gift_Wrap', 'gift_option_html' ), 20 );Thank you in advance.
Best regards,
Spyros
The topic ‘Unhook from frontend’ is closed to new replies.