Skip to content

Instantly share code, notes, and snippets.

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 rickslayer/e3d270101a0be5122181c36b3b2600c4 to your computer and use it in GitHub Desktop.
Save rickslayer/e3d270101a0be5122181c36b3b2600c4 to your computer and use it in GitHub Desktop.
Retirar o checkbox marcado como padrão endereço de cobrança no Checkout Woocommerce
<?php
add_filter( 'woocommerce_ship_to_different_address_checked', '__return_true' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment