Last active
November 13, 2017 13:17
-
-
Save wpflippercode/3f2212eb97c09bde1012547ffe5b35f4 to your computer and use it in GitHub Desktop.
Update zipcode listing heading text inside product availability tab on product 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
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