Remove the order notes field
Removes “Order notes” from the checkout.
<?php
add_filter( 'woocommerce_enable_order_notes_field', '__return_false', 9999 );
Good to know
Applies to the classic checkout.
In these packs
- WooCommerce essentials: The small WooCommerce changes shop owners ask for most.