Skip to content

Instantly share code, notes, and snippets.

@bradleysa
Created April 22, 2022 08:29
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 bradleysa/efc0bd4558ca161135d4aeabb7c35945 to your computer and use it in GitHub Desktop.
Save bradleysa/efc0bd4558ca161135d4aeabb7c35945 to your computer and use it in GitHub Desktop.
YIKES Custom Product Tabs - Remove Tab Title
add_filter( 'yikes_woocommerce_custom_repeatable_product_tabs_heading', '__return_false' );
/** https://wordpress.org/support/topic/tab-heading/ **/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment