woocommerce_before_checkout_billing_form, $checkout
woocommerce_before_checkout_billing_form, $checkout
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_before_checkout_billing_form, $checkout') is found 1 times:
- /templates/checkout/form-billing.php line 32
<h3><?php esc_html_e( 'Billing details', 'woocommerce' ); ?></h3> <?php endif; ?> <?php do_action( 'woocommerce_before_checkout_billing_form', $checkout ); ?> <div class="woocommerce-billing-fields__field-wrapper"> <?php $fields = $checkout->get_checkout_fields( 'billing' ); foreach ( $fields as $key => $field ) {