Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created April 13, 2018 17:18
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 barrykooij/345e39c4f99892bf1dbf8cb335b4ae86 to your computer and use it in GitHub Desktop.
Save barrykooij/345e39c4f99892bf1dbf8cb335b4ae86 to your computer and use it in GitHub Desktop.
add_action( 'woocommerce_checkout_create_order', function( $order ) {
$order->set_customer_user_agent( "" );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment