#15737
@michael

Thanks for looping me in on the conversation.

Unfortunately I probably won’t add this since it’s such a unique scenario. You could add some conditionals in the admin options file to only load the options if it’s the main site.

Something like this:

if (is_main_site()) {
  execute this code;
}
else {
  execute this code;
}