I want to remove the title attribute from within the output of a shortcode e.g.
<a href="url" title="bobby"> <img src="url" title="bobby"/> </a>
should be:
<a href="url" > <img src="url" /> </a>
I’ve a feeling this has something to do with the wp_get_attachment_link function.
I’ve found a solution :