Nested Shortcodes by Outerbridge
A small plugin which allows you to use nest shortcodes (i.e. a shortcode within an enclosing shortcode) by implementing a simple do_shortcode filter
The facts
- Rating
- 4.8★ from 14
- Active installs
- 1k+
- Price
- Free
- Last updated
- 1 Sep 2022
- Added
- Aug 2011
- Requires WP
- 4.0
- Tested up to
- WP 6.0.14
- Downloads
- 22,760
Our analysis
AI-assistedNested Shortcodes by Outerbridge is a WordPress plugin that enables the use of nested shortcodes, allowing you to place one shortcode inside another. It implements a filter that applies the 'do_shortcode' functionality to both content and widgets, following the guidelines set out in the WordPress Codex.
This plugin is suitable for users who want to enhance their content with complex shortcode structures, making it easier to manage and display various elements within their WordPress site.
Best for: This plugin is best for WordPress users looking to use complex shortcode combinations in their content.
What it does well
- ✓Enables nested shortcodes
- ✓Implements 'do_shortcode' filter
- ✓Works with both content and widgets
- ✓Free to use from WordPress.org
- ✓High rating of 4.8 from users
Where it falls short
- •Limited feature information available
Verdict
Nested Shortcodes by Outerbridge provides a straightforward solution for using nested shortcodes. It may be useful for those who need to manage multiple shortcodes within their site.
From the developer
Outerbridge's own description of Nested Shortcodes by Outerbridge, lightly tidied.
A small plugin which allows you to use nested shortcodes (i.e. a shortcode within an enclosing shortcode) by implementing a simple “do_shortcode” filter as per the WordPress Codex to content and widgets – see Shortcode_API and do_shortcode