[ad_1]
Hi, after updating to the latest versions, the woocommerce_checkout_order_created hook no longer works after placing an order.
I created a fresh wp install using twentytwentythree, added this code in the functions.php file and placed an order.
add_action('woocommerce_checkout_order_created', function ($order) {
error_log('woocommerce_checkout_order_created triggered');
});Nothing appeared in the debug.log file.
Thanks 🙂
