I'd like to use a shortcode as a parameter to pass to another shortcode:
[google_map address="[content field='address']"]
However, this outputs a blank map plus this string: "]
I've looked in both shortcodes to see if do_shortcode() on the parameter would solve it, but no luck. Would anybody have an idea how to achieve this?