Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created January 11, 2020 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/f1474981f4a8c40c3db50f64c1d62439 to your computer and use it in GitHub Desktop.
Save lukecav/f1474981f4a8c40c3db50f64c1d62439 to your computer and use it in GitHub Desktop.
Avoid Customer Data Being Updated After Checkout in WooCommerce
add_filter( 'woocommerce_checkout_update_customer_data', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment