Title: Remove title attribute?
Last modified: August 30, 2016

---

# Remove title attribute?

 *  Resolved [rtgrgt](https://wordpress.org/support/users/lakedistrictwalks/)
 * (@lakedistrictwalks)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/remove-title-attribute/)
 * Hi,
 * You told me how to do this but I’ve forgotten! It’s something to do with lsi_icon_title_attribute,
   but I can’t remember what to do with that to stop the title attribute from displaying.
 * Please remind me 🙂
 * [https://wordpress.org/plugins/lightweight-social-icons/](https://wordpress.org/plugins/lightweight-social-icons/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/remove-title-attribute/#post-6519462)
 * Hi there,
 * Can you try this?:
 *     ```
       add_filter( 'lsi_icon_title_attribute', 'lsi_remove_title_attribute' );
       function lsi_remove_title_attribute() {
           return '';
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Remove title attribute?’ is closed to new replies.

 * ![](https://ps.w.org/lightweight-social-icons/assets/icon-256x256.png?rev=2468125)
 * [Lightweight Social Icons](https://wordpress.org/plugins/lightweight-social-icons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lightweight-social-icons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lightweight-social-icons/)
 * [Active Topics](https://wordpress.org/support/plugin/lightweight-social-icons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lightweight-social-icons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lightweight-social-icons/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tom](https://wordpress.org/support/users/edge22/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/remove-title-attribute/#post-6519462)
 * Status: resolved