woocommerce_before_checkout_process

woocommerce_before_checkout_process

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_before_checkout_process') is found 1 times:

  • /includes/class-wc-checkout.php line 1242
     
    			wc_maybe_define_constant( 'WOOCOMMERCE_CHECKOUT', true );
    			wc_set_time_limit( 0 );
    
    			do_action( 'woocommerce_before_checkout_process' );
    
    			if ( WC()->cart->is_empty() ) {
    				throw new Exception( $expiry_message );
    			}
    
    			do_action( 'woocommerce_checkout_process' );