I'm working on a plugin and I want to support multiple instances of it on a single page.
Say if I add two plugins to a page like:
{PLUGINNAME?ID=234}
{PLUGINNAME?ID=45455}
how can I access the value of "ID" within code? Or is there a better way to pass this information?
Thanks.