WC_Checkout::checkout_form_shipping()
Output the shipping form.
Description Description
Source Source
File: includes/class-wc-checkout.php
public function checkout_form_shipping() {
wc_get_template( 'checkout/form-shipping.php', array( 'checkout' => $this ) );
}