WC_AJAX::checkout()

Process ajax checkout form.


Description Description


Source Source

File: includes/class-wc-ajax.php

	public static function checkout() {
		wc_maybe_define_constant( 'WOOCOMMERCE_CHECKOUT', true );
		WC()->checkout()->process_checkout();
		wp_die( 0 );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.