WC_Checkout::checkout_form_billing()

Output the billing form.


Description Description


Source Source

File: includes/class-wc-checkout.php

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


Top ↑

User Contributed Notes User Contributed Notes

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