woocommerce_before_checkout_shipping_form, $checkout

woocommerce_before_checkout_shipping_form, $checkout

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_before_checkout_shipping_form, $checkout') is found 1 times:

  • /templates/checkout/form-shipping.php line 32
    		</h3>
    
    		<div class="shipping_address">
    
    			<?php do_action( 'woocommerce_before_checkout_shipping_form', $checkout ); ?>
    
    			<div class="woocommerce-shipping-fields__field-wrapper">
    				<?php
    				$fields = $checkout->get_checkout_fields( 'shipping' );
    
    				foreach ( $fields as $key => $field ) {