woocommerce_before_order_notes

woocommerce_before_order_notes

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_before_order_notes') is found 1 times:

  • /templates/checkout/form-shipping.php line 51
     
    	<?php endif; ?>
    </div>
    <div class="woocommerce-additional-fields">
    	<?php do_action( 'woocommerce_before_order_notes', $checkout ); ?>
    
    	<?php if ( apply_filters( 'woocommerce_enable_order_notes_field', 'yes' === get_option( 'woocommerce_enable_order_comments', 'yes' ) ) ) : ?>
    
    		<?php if ( ! WC()->cart->needs_shipping() || wc_ship_to_billing_address_only() ) : ?>
    
    			<h3><?php esc_html_e( 'Additional information', 'woocommerce' ); ?></h3>