=== Nested Shortcodes by Outerbridge === Contributors: outerbridge Author URI: https://outerbridge.co.uk/ Tags: shortcodes, nested, do_shortcode, the_content, text_widget Requires at least: 4.0 Tested up to: 6.0 Stable tag: trunk 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 == Description == 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](https://codex.wordpress.org/Shortcode_API#Nested_Shortcodes) and [do_shortcode](https://developer.wordpress.org/reference/functions/do_shortcode/) == Installation == 1. Install automatically through the 'Plugins', 'Add New' menu in WordPress, or upload the 'nested-shortcodes' folder to the '/wp-content/plugins/' directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Test by nesting a shortcode within an enclosing shortcode. == Frequently Asked Questions == = Are there any limitations? = Yes. You can see the limitations [here](https://codex.wordpress.org/Shortcode_API#Limitations) = Where do I get help with this plugin? = Email us and we'll do our best to help you out. = I have an idea as to a new feature. Are you interested? = You bet! We'd love to hear from you, so please get in touch. == Changelog == = 1.4 = - (01 Sep 2022) Tested and stable up to WP6.0 = 1.3 = - (29 Aug 2014) Tested and stable up to WP4.0 = 1.2 = - (30 Apr 2014) Tested and stable up to WP3.9 = 1.1 = - (12 Dec 2013) Tested and stable up to WP3.8 and updated author name = 1.0 = - (03 Jan 2012) Tested and stable up to WP3.3 = 0.1 = - (30 Aug 2011) Initial Release == Upgrade Notice == = 1.4 = - Tested and stable up to WP6.0 = 1.3 = - Tested and stable up to WP4.0 = 1.2 = - Tested and stable up to WP3.9 = 1.1 = - Tested and stable up to WP3.8 and updated author name = 1.0 = - Tested and stable up to WP3.3 = 0.1 = - This is the initial release.