Tagged Questions
1
vote
1answer
90 views
WordPress Network admin options page: how to store options and where will they be stored?
I'm creating an additional WordPress Network admin page, and I need to store some system-wide option.
The good thing that a config file will be generated, so no access is required from the child ...
8
votes
2answers
808 views
How to add field for new site-wide option on Network Settings screen?
I'm working on a plugin, and part of it involves setting an option value that applies to all sites in a WordPress network. I know about the add_site_option and get_site_option functions that let you ...