Created
June 12, 2019 22:44
-
-
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
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
//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