woocommerce_checkout_process

woocommerce_checkout_process

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_checkout_process') is found 1 times:

  • /includes/class-wc-checkout.php line 1248
    			if ( WC()->cart->is_empty() ) {
    				throw new Exception( $expiry_message );
    			}
    
    			do_action( 'woocommerce_checkout_process' );
    
    			$errors      = new WP_Error();
    			$posted_data = $this->get_posted_data();
    
    			// Update session for customer and totals.
    			$this->update_session( $posted_data );
    

See this hook used in plugins:

Examples using woocommerce_checkout_process