fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Tooltip text field name

Hi,
Could you please tell us the field_name that holds the Tooltip text in  Variation Swatches for Woocommerce?

Hakik Zaman

Hi Tarjei,

Thanks for reaching out to us.

We keep our Tooltip text inside tooltip_textmeta 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