Last active
February 7, 2022 06:30
-
-
Save sumnermic/c1fdea554a062931b1a83f557349a0fc to your computer and use it in GitHub Desktop.
Remove Woocommerce "The following addresses will be used on the checkout page by default." from My Account page
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
<?php | |
/** | |
* Remove Woocommerce "The following addresses will be used on the checkout page by default." from My Account page | |
* @link https://smnr.co/woocommerce-remove-my-account-address-description | |
*/ | |
add_filter( 'woocommerce_my_account_my_address_description', '' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment