I am using WPMU but there are some options that the administrator should set and should take affect for every user of the website. Does wordpress have a place to store these global options? Can anyone point me to sample code?

Thanks!

link|improve this question

74% accept rate
feedback

1 Answer

up vote 1 down vote accepted

My first instinct would be to create my own table to store these options. Then you have complete control over when, where, and by whom the data is accessed ... globally across all of your MU blogs.

As far as sample code goes, I'd suggest starting in the codex or trying to walk through this tutorial.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.