Remove the order notes field from showing on the checkout page in WooCommerce

Remove the order notes field from showing on the checkout page in WooCommerce on child sites.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'woocommerce_enable_order_notes_field', '__return_false', 9999 );

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.