Created
May 25, 2015 13:34
-
-
Save WillBrubaker/353709b64fa800a33bae to your computer and use it in GitHub Desktop.
Changes 'Product Description' text in WooCommerce tabs
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( 'woocommerce_product_description_heading', 'wooninja_product_description_heading', 10, 0 ); | |
function wooninja_product_description_heading() { | |
return 'Project Description'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment