Remove Image Title Attribute

PHOTO EMBED

Tue Apr 13 2021 07:50:32 GMT+0000 (Coordinated Universal Time)

Saved by @jimmy.samaan #javascript

<script>
	jQuery(document).ready(function($) {
    $('img[title]').each(function() { $(this).removeAttr('title'); });
});
</script>
content_copyCOPY

https://www.elegantthemes.com/blog/wordpress/image-title-attribute