Add this script to Theme Options > Integrations section > Head section
<script>
jQuery(document).ready(function($) {
$(‘img[title]’).each(function() { $(this).removeAttr(‘title’); });
});
</script>
Veteran owned and
operated since 1998
by Robin Snow | Mar 1, 2021 | Technical Help, WordPress
Add this script to Theme Options > Integrations section > Head section
<script>
jQuery(document).ready(function($) {
$(‘img[title]’).each(function() { $(this).removeAttr(‘title’); });
});
</script>