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