How to remove_action
-
Hi, I would like to move some notification from a hook to another from a child theme, example :
remove_action( 'woocommerce_before_single_product', 'check_cart_items', 9); add_action( 'woocommerce_single_product_summary', 'check_cart_items', 1 );
How is it possible to do this !?
The theme that I use is not very compatible.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to remove_action’ is closed to new replies.