wordpress - how to clear woocommerce checkout fields after place order? -
how clear chekcout fields in woocommerce after placing order, when registered customer makes his/her next order, he/she has fill fields again?
just need add single line in child theme's functions.php
add_filter('woocommerce_checkout_get_value','__return_empty_string',10);
Comments
Post a Comment