Hook and send Woocommerce data after click Place Order button
For this three possibilities: If you really want to do it on order place you would have to use the hook: woocommerce_new_order However I would recommend you use the hook: woocommerce_order_status_completed This would make sure that the order is finished when you send then information. To catch the information before billing you could always use: … Read more