Skip to content

Instantly share code, notes, and snippets.

@WillBrubaker
Created May 22, 2015 11:58
Show Gist options
  • Save WillBrubaker/a6575ad4147efb516b78 to your computer and use it in GitHub Desktop.
Save WillBrubaker/a6575ad4147efb516b78 to your computer and use it in GitHub Desktop.
WooCommerce "Ship to different address" default to "no/unchecked"
add_filter( 'woocommerce_ship_to_different_address_checked', '__return_zero' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment