Created
April 22, 2022 08:29
-
-
Save bradleysa/efc0bd4558ca161135d4aeabb7c35945 to your computer and use it in GitHub Desktop.
YIKES Custom Product Tabs - Remove Tab Title
This file contains 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( '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