HTML tag decoding in title attribute
-
Hi
Could you please take a look atmks_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 implementationesc_html()
, using of these tags is not possible cause they are not decoded
Could you please wrapesc_html($title)
withhtml_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.