Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Hook to catch edits to blog names?


Lemmy
Participant

@lemmyc

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?

Skip to toolbar