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 ) ); }