Re: Hook to catch edits to blog names?
I tried update_options_blogname, and the hook fires, but the value passed to my function seems to be the old content of the blogname field, rather than the new one. I could call update_option(‘blogname’, newvalue) from within my function, but that would probably lead to a recursive loop of death.
Any ideas?