WC_Checkout::checkout_form_shipping
Output the shipping form.
Method of the class: WC_Checkout{}
No Hooks.
Returns
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 10.6.2
public function checkout_form_shipping() {
wc_get_template( 'checkout/form-shipping.php', array( 'checkout' => $this ) );
}