Skip to content

Instantly share code, notes, and snippets.

@wpflippercode
Last active November 13, 2017 13:17
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 wpflippercode/3f2212eb97c09bde1012547ffe5b35f4 to your computer and use it in GitHub Desktop.
Save wpflippercode/3f2212eb97c09bde1012547ffe5b35f4 to your computer and use it in GitHub Desktop.
Update zipcode listing heading text inside product availability tab on product page
add_filter('wdap_zipcode_listing_heading','wdap_zipcpde_listing_heading');
function wdap_zipcpde_listing_heading($text) {
//Modify Zipcode Listing Heading.
return $text;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment