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.8.7.0

do_action('woocommerce_checkout_before_customer_details') is found 1 times:

  • /templates/checkout/form-checkout.php line 36
    <form name="checkout" method="post" class="checkout woocommerce-checkout" action="<?php echo esc_url( wc_get_checkout_url() ); ?>" enctype="multipart/form-data">
    
    	<?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: