WC_Checkout::checkout_form_billing
Output the billing form.
Method of the class: WC_Checkout{}
No Hooks.
Returns
null. Nothing (null).
Usage
$WC_Checkout = new WC_Checkout(); $WC_Checkout->checkout_form_billing();
WC_Checkout::checkout_form_billing() WC Checkout::checkout form billing code WC 10.6.2
public function checkout_form_billing() {
wc_get_template( 'checkout/form-billing.php', array( 'checkout' => $this ) );
}