woocommerce_after_checkout_billing_form

woocommerce_after_checkout_billing_form

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_after_checkout_billing_form') is found 1 times:

  • /templates/checkout/form-billing.php line 44
    		}
    		?>
    	</div>
    
    	<?php do_action( 'woocommerce_after_checkout_billing_form', $checkout ); ?>
    </div>
    
    <?php if ( ! is_user_logged_in() && $checkout->is_registration_enabled() ) : ?>
    	<div class="woocommerce-account-fields">
    		<?php if ( ! $checkout->is_registration_required() ) : ?>