woocommerce_before_checkout_registration_form

woocommerce_before_checkout_registration_form

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_before_checkout_registration_form') is found 1 times:

  • /templates/checkout/form-billing.php line 59
    			</p>
    
    		<?php endif; ?>
    
    		<?php do_action( 'woocommerce_before_checkout_registration_form', $checkout ); ?>
    
    		<?php if ( $checkout->get_checkout_fields( 'account' ) ) : ?>
    
    			<div class="create-account">
    				<?php foreach ( $checkout->get_checkout_fields( 'account' ) as $key => $field ) : ?>
    					<?php woocommerce_form_field( $key, $field, $checkout->get_value( $key ) ); ?>