Hi @ledspros,
We have a filter for that:
/**** YIKES Custom Product Tabs - Remove Tab Title ****/
add_filter( 'yikes_woocommerce_custom_repeatable_product_tabs_heading', '__return_false' );
Do you know how to add filter functions?
Let me know,
Kevin.
Thanks for your answer. But I am very sorry, I have no idea to add this functions…
Hi @ledspros,
That’s fine! You have a few options.
If you’re using your own theme, then add the function to your functions.php file.
If you’re using a child theme, then add the function to your child theme’s functions.php file.
You could also try using a plugin like My Custom Functions: https://ww.wp.xz.cn/plugins/my-custom-functions/. That will give you a place from your admin dashboard to add the function.
There are lots of resources on the web for how to add these functions.
Hope that helps!
Kevin.
Ok. Thanks a lot. I will try in function.php
Best regards
It’s working. Thanks a lot,
Best Regards.