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

Popular posts from this blog

Command prompt result in label. Python 2.7 -

javascript - How do I use URL parameters to change link href on page? -

'hasOwnProperty' in javascript -