woocommerce_checkout_before_customer_details

woocommerce_checkout_before_customer_details

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_checkout_before_customer_details') is found 1 times:

  • /templates/checkout/form-checkout.php line 36
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    <form name="checkout" method="post" class="checkout woocommerce-checkout" action="<?php echo esc_url( wc_get_checkout_url() ); ?>" enctype="multipart/form-data" aria-label="<?php echo esc_attr__( 'Checkout', 'woocommerce' ); ?>">
     
        <?php if ( $checkout->get_checkout_fields() ) : ?>
     
            <?php do_action( 'woocommerce_checkout_before_customer_details' ); ?>
     
            <div class="col2-set" id="customer_details">
                <div class="col-1">
                    <?php do_action( 'woocommerce_checkout_billing' ); ?>
                </div>

See this hook used in plugins: