Skip to content

Instantly share code, notes, and snippets.

@WillBrubaker
Created June 12, 2019 22:44
Show Gist options
  • Save WillBrubaker/a0e1ff8ef9b8ff5509efabe23f5f2b49 to your computer and use it in GitHub Desktop.
Save WillBrubaker/a0e1ff8ef9b8ff5509efabe23f5f2b49 to your computer and use it in GitHub Desktop.
Default to checked "Update the Billing Address used for all of my active subscriptions (optional)" - WooCommerce Subscriptions
//not sure what to do with this code snippet? See https://www.thathandsomebeardedguy.com/what-do-i-do-with-these-code-snippets/
add_filter( 'wcs_update_all_subscriptions_addresses_checked', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment