WooCommerce Checkout Page Hooks Not Working
-
i`ve been through a lot of blogs and posts on SO before asking this question here.
I’m using the WooCommerce plugin and was trying to get action hooks to be passed to order information.
but inside hook code not working below is my plugin code`
add_action( ‘woocommerce_before_checkout_form’, ‘ts_before_checkout_form’, 10 );
function ts_before_checkout_form($product_Id){
echo “hellos”;
}but the action did not Fire at that moment but this will happen in WooCommerce Checkout Page Hooks
before updating Woocommerce plugin it will work Fine
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘WooCommerce Checkout Page Hooks Not Working’ is closed to new replies.
