Starting from version 1.4.0 of Dynamic Shortcodes, it is possible to use the expand!
key argument. This keyarg allows you to expand Dynamic Shortcodes embedded as values within another field.
Let's assume you have an ACF Field, which you can retrieve with {acf:description}
If there are Dynamic Shortcodes within the content of this ACF field that you want to expand, you can use {acf:description @expand!}
This will display
Our Product Zebra Game has been active since 2023
assuming that {post:title}
is "Zebra Game" and {acf:year}
is "2023".
Special Privileges
You must use the expand!
keyarg inside a Power Shortcode.