How to make WordPress use non-greedy shortcode parsing?
WordPress interpreted your shortcode like this: The main issue being, that you have a unclosed shortcode of the same tag in front of an enclosing shortcode of the same tag, which won’t be parsed correctly. The documentation states that you might run into problems with unclosed shortcodes. When you call your shortcode like this: [span … Read more