Enclosing Shortcodes for Tabs
I'm in the process of migrating our site to a new theme. We previously used enclosing shortcodes to have tabs on some of our pages (see two code examples below). The new theme does not have this functionality. Although I have seen a few plugins for self-closing shortcodes, I have not found any that use enclosing shortcodes so we can add the opening shortcode tag(s) and closing shortcode tag(s) to our templates. Does anyone know if such a plugin (or a snippet that can be added to functions.php) exists? Thank you.
[fusion_tabs design=classic layout=horizontal justified=no hide_on_mobile=small-visibility,medium-visibility,large-visibility class=search_type_tabs] [fusion_tab title=By Event] CONTENT_HERE [/fusion_tab] [fusion_tab title=By Participant] CONTENT_HERE [/fusion_tab] [/fusion_tabs]
[fusion_tabs design=classic layout=horizontal justified=no hide_on_mobile=small-visibility,medium-visibility,large-visibility][fusion_tab title=Search / Claim Results] CONTENT_HERE [/fusion_tab] [fusion_tab title=Age Groups] CONTENT_HERE [/fusion_tab] [/fusion_tabs]