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