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.9.9.5

do_action('woocommerce_checkout_process') is found 1 times:

  • /includes/class-wc-checkout.php line 1303
    			}
    
    			wc_log_order_step( '[Shortcode #1] Place Order flow initiated', null, false, true );
    
    			do_action( 'woocommerce_checkout_process' );
    
    			$errors      = new WP_Error();
    			$posted_data = $this->get_posted_data();
    
    			try {
    				// Update session for customer and totals.
    

See this hook used in plugins:

Examples using woocommerce_checkout_process