This is going to sound a little odd 🙂
I’m looking for a way to add a span tag just before the ending tag for every link created in WP.
So I want to go from:
<a href="https://test.com">anchor text</a>
to:
<a href="https://test.com">anchor text<span id="ext"></span></a>
I’ll be targeting that span tag id with some specific jquery and css I’m working on (getting help on), but I need a way to add that span tag just before the end anchor tag and thought y’all might have a thought on how I could do that with some GeneratePress magic 🙂
Chris