I am using this plugin
http://wordpress.org/extend/plugins/worldcurrency/
Shortcode syntax:
[worldcurrency cur="EUR" value="25"]
However, i am 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? thanx Andy
update: I think i need to be using the
add_filter('xx','do_shortcode');
somehow ?
