Answers for "Remove the additional notes area from the WooCommerce checkout"

PHP
0

Remove the additional notes area from the WooCommerce checkout

add_filter( 'woocommerce_enable_order_notes_field', '__return_false' );
Posted by: Guest on May-03-2022

Code answers related to "Remove the additional notes area from the WooCommerce checkout"

Browse Popular Code Answers by Language