• Hi
    Could you please take a look at mks_toggle shortcode
    Content editors are usually using html tags such as <h2>, <p> and etc. And such tags are used in title attribute as well
    But after a new version of plugin with implementation esc_html(), using of these tags is not possible cause they are not decoded
    Could you please wrap esc_html($title) with html_entity_decode() function
    Or if there is other solution, we would be glad to use it in the new version of your amazing plugin!

    Thanks in advance,
    Mark

The topic ‘HTML tag decoding in title attribute’ is closed to new replies.