Skip to content

Instantly share code, notes, and snippets.

@wpflippercode
Created November 13, 2017 13:02
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/39311393f30db99f010bbdba2b8444dd to your computer and use it in GitHub Desktop.
Save wpflippercode/39311393f30db99f010bbdba2b8444dd to your computer and use it in GitHub Desktop.
Update Default Heading Of Product Availability Tab
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