Update 2 Only For Woocommerce 3+ (added restriction to execute the code only once). add_action('woocommerce_thankyou', 'enroll_student' ...
do make available a list of all WooCommerce actions, filters and hooks.
Add a new field to the checkout; Add that new field to the order.
What webhook will fire when an order enters this processing status? Edit 2: (after @LoicTheAztec's answer) When I try to create the webhook ...
WooCommerce Code Reference
Transactional emails are a key piece of your order fulfillment process.
The woocommerce orders created webhook passes through orders with failed payments along with successful ones. How do I fire a webhook for only succesfully ...
The WordPress Core woocommerce order status processing hook. Description. add_action( 'woocommerce_order_status_processing', (string) $ ...
woocommerce order status to processing hook. GitHub Gist: instantly share code, notes, and snippets.
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 ...