Skip to content

Commit a25b0a3

Browse files
authored
Avoid Customer Data Being Updated After Checkout in WooCommerce Add
1 parent d13b4a6 commit a25b0a3

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"generator":"Code Snippets v2.13.3","date_created":"2020-01-11 02:57","snippets":[{"name":"Avoid Customer Data Being Updated After Checkout in WooCommerce","desc":"https:\/\/wordpress.stackexchange.com\/questions\/336904\/stop-woocommerce-from-updating-user-user-meta-after-checkout\/","tags":["customer","data","update","checkout","woocommerce"],"scope":"global","code":"add_filter( 'woocommerce_checkout_update_customer_data', '__return_false' );","priority":"10"}]}

0 commit comments

Comments
 (0)