Site icon Hip-Hop Website Design and Development

Multisite Equivalent of `register_setting`?

Working on converting a custom plugin to run in multisite. I want the settings to apply globally, not per-site. I’ve converted all of the get_option calls to get_site_option and the equivalent for set_option.

But, how do you register a setting in the UX that saves globally to sitemeta instead of options?