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