Skip to content

Instantly share code, notes, and snippets.

@Saturate
Created April 1, 2018 13:44
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 Saturate/e478a90e7d7a1b3b0e6c16772c2ce6bc to your computer and use it in GitHub Desktop.
Save Saturate/e478a90e7d7a1b3b0e6c16772c2ce6bc to your computer and use it in GitHub Desktop.
Remove Headings from Woo Commerce tabs, as they are redundant
<?php
// Remove Headings from Woo Commerce tabs, as they are redundant
add_filter('woocommerce_product_description_heading', '__return_null');
add_filter('woocommerce_product_additional_information_heading', '__return_null');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment