Multiple do_shortcode($content) within one shortcode

You will need to work with $content inside your shortcodes PHP code.
So you went already right.


There is info in the WP docs about nested Shortcodes

https://codex.wordpress.org/Shortcode_API#Nested_Shortcodes


i found this information useful too:

https://www.sitepoint.com/wordpress-nested-shortcodes/

Leave a Comment