WC_Checkout::checkout_form_shipping()

Output the shipping form.


Description Description


Source Source

File: includes/class-wc-checkout.php

	public function checkout_form_shipping() {
		wc_get_template( 'checkout/form-shipping.php', array( 'checkout' => $this ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

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