WooCommerce::checkout()

Get Checkout Class.


Description Description


Return Return

(WC_Checkout)


Top ↑

Source Source

File: includes/class-woocommerce.php

	public function checkout() {
		return WC_Checkout::instance();
	}


Top ↑

User Contributed Notes User Contributed Notes

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