I am using this plugin: http://wordpress.org/extend/plugins/worldcurrency/
Shortcode syntax:
[worldcurrency cur="EUR" value="25"]
However, I’m using Advanced custom fields and the shortcode for custom fields is not being executed within the shortcode for worldcurrency.
[worldcurrency curr="[acf field="fl_currency"]" value="25"]
Any remedies here?
Update
I think I need to be using the
add_filter('xx','do_shortcode');
somehow?