Is saving multiple options or saving multiple items in one option better?
If the option is auto loading (and in pippin’s code they are) then there isn’t any difference except for coding style as all auto loadable options are fetched together in one query in init time and cached in the memory and at this point get_option is not more then a wrapper around accessing a php … Read more