Is it possible for one plugin file to have multiple option interfaces? I'm contemplating combingin the zenFBSuite into as few files as possible.
The reason I had it split as I did though was to use multiple options groupings from the option page. Could I create and handle multiple option interfaces from one plugin file?
Comments
Currently the zenFBSuite is broken into multiple files so each has it's own set of options. Combining into one would make one option group but that wide selection of options may be a bit overwhelming..
Edit:
Or is there a way to add a separator line/box etc?
https://github.com/zenphoto/DevTools/blob/master/demo_plugin-and-theme/demo_plugin/zenphoto_demoplugin.php
I will have to consult sbillard if it would be possible to create sort of option groups by using more nested option arrays maybe. That could be a new feature in 1.4.5 maybe if possible.
Feel free to join any discussion there:
https://github.com/zenphoto/zenphoto/issues/317