# Well, things turned out a bit more complicated than originally anticipated because of the way that the content was being parsed. To get it working correctly I've had to use apply_filters()
to the content but then add a condition to stop the filter for double @s from being processed in this instance or the explode()
doesn't work.
You still with me?
Now I really do think we're there.