Hi!
I’m having some trouble passing some data from a tag into my plugin/module add-on.
Basically, I’m trying to do something like this:
{exp:imgaddon:size src="{cat_image}" size="400"}
Echoing the paramater through
$this->EE->TMPL->fetch_param('src');
returns the string “{cat_image}” instead of what the tag contains when outputted in the template.
How can I get that value?
