Hi!
The latest update that focus on ACF integration is absolutely awesome! I’ve been writing custom code for ACF for a while. With the power of the latest Pro-release, I can now get ride of 70% off all the custom code Awesome job!
I do believe I’ve found a small bug in the last release, with regard to nesting DC.
{{dc:post:title post=\"{{dc:url:param key=\"group_id\"}}\"}}
The code above is expected to echo the title of a post_id that’s an url-parameter. Instead the result looks like this:
Mijn klassen\"}}
‘mijn klassen’ is the title of the current page. I think somewhere in the PHP code of Pro the escaping of such a nested shortcode is not handled properly?