OK - that makes sense.
But I tried calling save_settings() from several other hooks - and could never get it to work.
I have a series of operations that I need to call in global_bootstrap_init_complete, but when I tried to save_settings there it just failed completely.
Is there a general alternative so that I can save an option in my code? I would like it work in all 4.x versions
Code anyone?