Created
April 13, 2018 17:18
-
-
Save barrykooij/345e39c4f99892bf1dbf8cb335b4ae86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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