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

javascript - Knockout pushing observable and computed data to an observable array -

'hasOwnProperty' in javascript -

Trouble making a JSON string -