Hi Tarjei,
Thanks for reaching out to us.
We keep our Tooltip text inside tooltip_text
meta based on Term ID.
We get the value of Tooltip text like this-
get_term_meta( your_term_id, 'tooltip_text', true );
Hopefully, it will help.
Thank You
Hi Tarjei,
Thanks for reaching out to us.
We keep our Tooltip text inside tooltip_text
meta based on Term ID.
We get the value of Tooltip text like this-
get_term_meta( your_term_id, 'tooltip_text', true );
Hopefully, it will help.
Thank You
Tooltip text field name
Tarjei Myklebust
Hi,
Could you please tell us the field_name that holds the Tooltip text in Variation Swatches for Woocommerce?