So, while I was doing some work with my plugin, I realized that there were a couple things that could be improved.
- You had to specify parameters as an array, even if there was only one parameter.
- You had to specify the body as a string - making it cumbersome to create multi-statement functions.
Well, both of those issues are in the past. You can still use an array for parameters and string for body, but you can also use an array for body and a string for a (single) parameter - or any combination of such.
So, grab version 0.2 and have at it.
Entries (RSS)