Hi All,
So, I'm basically just trying to strip the title attribute which is returned by default from all of the images on my site (including those outside of the_content), and I'm drawing a blank -
Due to some reading around, I suspect that I have to filter
wp_get_attachment_image_attributes (see here) in functions.php, but my PHP isn't sufficient to actually modify it in a way that returns what I'm looking for...
Any help would be much appreciated!