Multisite Settings
-
I have a plugin that I am making more multisite appropriate. Some of the settings that were being handled at the admin level, now need to be elevated to the Super-Admin level.
When I submit my options form, I am getting a message “Are you sure you want to do this?”
The options section was using the settings API, I suspect that is what is causing the problem. WordPress is confused that I would be trying to save Options on the Network Settings area.
Instead of “register_setting” is there something else I should be doing? Is there are trick to this for multi-site?
The topic ‘Multisite Settings’ is closed to new replies.