woocommerce_before_order_notes, $checkout
woocommerce_before_order_notes, $checkout
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_before_order_notes, $checkout') 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>