Skip to content

Instantly share code, notes, and snippets.

@sumnermic
Last active February 7, 2022 06:30
Show Gist options
  • Save sumnermic/c1fdea554a062931b1a83f557349a0fc to your computer and use it in GitHub Desktop.
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
<?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