Last active
October 19, 2018 06:24
-
-
Save aarifhsn/d7178807c7b95116cb47 to your computer and use it in GitHub Desktop.
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
/** | |
* 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