Created
November 13, 2017 13:02
-
-
Save wpflippercode/39311393f30db99f010bbdba2b8444dd to your computer and use it in GitHub Desktop.
Update Default Heading Of Product Availability Tab
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_pa_tab_heading','wdap_tab_heading'); | |
function wdap_tab_heading($text) { | |
//Modify Product Availability Tab Label On Product Page. | |
return $text; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment