Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aarifhsn/d7178807c7b95116cb47 to your computer and use it in GitHub Desktop.
Save aarifhsn/d7178807c7b95116cb47 to your computer and use it in GitHub Desktop.
/**
* Change on single product panel "Product Description"
* since it already says "features" on tab.
*/
function devswave_product_description_heading() {
return __('YOUR CUSTOM TITLE', 'woocommerce');
}
add_filter('woocommerce_product_description_heading',
'devswave_product_description_heading');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment