WooCommerce

Wordpress
WooCommerce custom place order validation

I need to perform additional checks when a user submits an order in WooCommerce. I tried using different add_filter methods, but I couldn’t hook into a place_order filter. Can someone help me with this? Here is the code I’m using to achieve this: This code uses the woocommerce_after_checkout_validation action to run additional checks after the […]