The Scope Option
On a WordPress multisite network, you can choose how White Label settings are applied:
🌐 All Sites (Network-Wide)
The same White Label configuration applies to ALL subsites in the network. When you save, the config is stored network-wide. Any subsite without its own config inherits this.
Use when: All your client sites should look the same.
📌 This Site Only
The configuration only applies to the current subsite. Other subsites keep their own configuration or inherit the network default.
Use when: Each subsite belongs to a different client and needs different branding.
How It Works
When a subsite loads:
- Check if the subsite has its own White Label config → use it.
- If not, fall back to the network-wide config.
- If neither exists, White Label is off.
Example
Network default: Midnight theme. Site A: Ocean theme (per-site). Site B: no config → inherits Midnight. Site C: Ruby theme (per-site).