woocommerce_before_checkout_billing_form

woocommerce_before_checkout_billing_form

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_before_checkout_billing_form') 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 ) {