When creating a custom smarty php plugin method, is it possible to pass in a multidimensional array as one of the params?
perhaps something like
{function title="Hi" options=array('opt1', 'opt2', 'opt3')}
The above is a sequential array, naturally support for an associative array would be equally as grand.
I've been scouring the docs and forums for hours but, unfortunately, everything I've been able to find has said "no" but has also been 5 years old (or more)
Thanks.