vortex2025
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Product tabs for WooCommerce] HTML in Tab Title – Possible?Hi,
Thank you for your reply and the code snippet!
For SEO reasons, I prefer not to use slugs for my tabs.
Is there a way to assign a unique identifier to each tab, without relying on the slug?Ideally, I would like to use something like a unique ID that doesn’t affect the front-end URL structure or SEO.
Thanks in advance for your support!
Best regards
Forum: Plugins
In reply to: [Custom Product tabs for WooCommerce] HTML in Tab Title – Possible?Hi,
Thanks for the explanation!I’d like to insert HTML into the title based on the tab ID.
How can I assign a specific ID to a tab so that I can target it in the code?Thanks again for your support!
Forum: Plugins
In reply to: [Custom Product tabs for WooCommerce] HTML in Tab Title – Possible?Hi,
Thanks for the clarification.What I’m trying to achieve is quite simple: I’d like to be able to insert HTML code directly into the title of the tabs. However, every time I add HTML there, it gets removed after saving.
I suspect there’s something in the plugin’s code that strips or blocks HTML from being used in the tab titles.
Is there a way to modify this behavior so that HTML is allowed in the tab titles?
Thanks in advance!
Forum: Plugins
In reply to: [Custom Product tabs for WooCommerce] HTML in Tab Title – Possible?Hello and thank you very much for the quick response. Unfortunately, the code adds the HTML to all custom tabs. Is it possible to extend the plugin in the
functions.phpfile so that I can insert custom HTML code into each individual tab?Thank you in advance.