Viewing 1 replies (of 1 total)
  • Plugin Author Tom

    (@edge22)

    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.