Title: html tooltip
Last modified: October 23, 2019

---

# html tooltip

 *  [Husein Yuseinov](https://wordpress.org/support/users/webg/)
 * (@webg)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/html-tooltip/)
 * Hi,
 * I would like to add some html link to the tooltip.
 * But I need to add the tooltip in php file, my code in functions.php is like this:
 *     ```
       function cw_change_product_price_display( $price ) {
       $price .= ' <span class="vatregister tooltips" title="<a href="url">Click here</a>">incl. VAT</span>';
       return $price;
       }
       add_filter( 'woocommerce_get_price_html', 'cw_change_product_price_display' );
       add_filter( 'woocommerce_cart_item_price', 'cw_change_product_price_display' );
       ```
   
 * So how can I make that title tag to contain html?
 * Thanks!

The topic ‘html tooltip’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-tooltips_cfcfcf.svg)
 * [Simple Tooltips](https://wordpress.org/plugins/simple-tooltips/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-tooltips/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-tooltips/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-tooltips/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-tooltips/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-tooltips/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Husein Yuseinov](https://wordpress.org/support/users/webg/)
 * Last activity: [6 years, 7 months ago](https://wordpress.org/support/topic/html-tooltip/)
 * Status: not resolved