This is very challenging for generic case since shortcodes can be nested, can be self-closing or enclosing and so on.
If you need to do this on limited and fixed set of specific shortcodes that would be easier. I would unregister their shortcode handlers and register custom handlers that call original ones and add necessary markup around.
Related Posts:
- current_shortcode() – detect currently used shortcode
- Get shortcode name from within it’s callback function? [duplicate]
- Tinymce – How to hook before or after live shortcodes rendering?
- How to customize a shortcode using the customizer
- how to have the gallery shortcode output one single UL list instead of several DL?
- Stray closing paragraph tag when using shortcodes
- WordPress transients for a shortcode
- Get post id shortcode
- How to handle valueless attributes in shortcodes?
- How execute shortcode with javascript
- The result of a shortcode appear BEFORE page content
- Getting the count of a shortcode that is nested
- How to render complicated shortcodes
- My shortcode is not working in Contact Form 7 Message Body
- How to make this shortcode work for post content
- Get Shortcode Attributes
- How I make a shortcode for this code?
- Shortcode doesn’t work with classes
- Get shortcode from the content and display it in other place (in sidebar, for example)
- Adding shortcode to the main menu
- Audio and video shortcodes not working properly
- How to load shortcode sooner
- Tinymce list of shortcodes button
- Add page title as a javacript variable to specific posts
- WordPress 4.7 Galery shortcode not working
- Easy way to show excerpts of specific posts on a page
- Shortcode content not displaying on Home page
- shortcode causing the_content() to return blank?
- WordPress shortcode display as plain text
- Replace / Remove Shortcode after 1st run / post
- What is wrong with my rewrite rule for a page URL with query parameters and short codes?
- Shortcode: display list of created shortcode in popup
- Shortcode return $content vs do_shortcode($content)
- Use shortcodes in custom metabox using wp_editor?
- Shortcode not working with WordPress updated
- How do I write this shortcode? [closed]
- Where to filter Shortcode string prior to execution
- WordPress shortcode for a section Template
- Media added with shortcodes not “linked” with post
- Specifying a single file from multi-file GIST (wordpress.com) [closed]
- Problem with multiple shortcode in page template
- Shortcode default attributes over-riding non-default attributes
- Shortcode callback for add_action(‘wp_footer’)
- Get page content and execute shortcodes on a page
- Make a Shortcode load after Post/Page Content?
- Adding JS in header when using wp_enqueue_script in a shortcode
- Custom recent-posts shortcode’s thumbnail image not in line with rest of code
- How to explode single string IF it’s used in shortcode
- How to dynamically add wordpress shortcodes
- Why does WP display the actual shortcode not the string that’s meant to replace it?
- Getting error on submitting form using Ajax with shortcode
- Getting Page Content Using Shortcode
- shortcode with conditional results if logged in
- Can I pass parameters to the add_shortcode() function?
- Hijack WordPress Shortcode attribute
- Turning variable into a value set in shortcode
- How to find specific shortcodes in a post or in a widget and pass them to a variable?
- how can I change my font color for Shortcode [closed]
- tax query shortcode
- Create a function to display HTML/data based on site admins role?
- AJAX and do_shortcode
- FontAwesome Shortcode isn’t working properly
- How can I extract a word from page/post URL using shortcodes
- Custom user registration shortcode – redirect header issue
- Call Shortcode on wp_footer
- How to copy [gallery] shortcode between posts using polylang [closed]
- Shortcode question…. javascript
- Shortcode not displaying video as expected
- Adding shortcode of “Random Content” Plugin in the post after the title
- How to Display Shortcode’s Content after Short Product Description?
- Variable inside shortcode or shortcode inside shortcode
- From a shortcode I want to pass a value to display a different page
- Shortcode select another dbbase
- How to use code in an editor block?
- return an array with a shortcode
- Hide password protected dynamic content in templates via shortcode
- Shortcode callback not called
- PHP not outputting the onclick in anchor tag
- Can we add a single caption to the gallery shortcode?
- shortcode atts not working
- Shortcode Attribute contains clone of all shortcode attributes
- How to echo an array returned by a function
- Custom Login in Shortcode got error
- Creating custom shortcode
- What is short code for following?
- Created a shortcode, using it twice (but differently) on a page but its just outputting the same one twice
- Access Shortcode in ajax code?
- Automate post creation in wordpress
- WordPress Not rendering short code properly?
- Initialize add_action() for every copy of a specific shortcode
- How to print [embed] code in wordpress [duplicate]
- Shortcodes that are created based on user input information
- Remove some tags from shortcodes output? Trying to fix autop
- do_shortcode & render custom field won’t work
- How to attach sidebar to shortcode’s output?
- Shortcode append to the the_content()
- How to call shortcode on button click
- How can you alter the name of attributes in a shortcode?
- Wrapping a function in html tag and return?
- 3 shortcodes 2 won’t render [closed]