Skip to content

Instantly share code, notes, and snippets.

@WillBrubaker
Created May 25, 2015 13:34
Show Gist options
  • Save WillBrubaker/353709b64fa800a33bae to your computer and use it in GitHub Desktop.
Save WillBrubaker/353709b64fa800a33bae to your computer and use it in GitHub Desktop.
Changes 'Product Description' text in WooCommerce tabs
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