The White Label feature allows Agency partners to rebrand the client plugin, hiding "iSquared" references and presenting the platform as their own.
Once White Labeling is configured, generated client plugins will automatically bake in your branding.
Note: Existing client plugins will receive branding updates dynamically if they are connected to the Hub, but the plugin file name on their server remains isquared-client-agent to ensure update compatibility.
If you are manually updating the source file used by the Plugin Generator (storage/client-plugin.zip), follow these valid structure rules:
isquared-client-agent/.The final zip structure must be:
client-plugin.zip
└── isquared-client-agent/
├── isquared-client-agent.php
├── includes/
└── ...
Why? The generator expects this specific path to inject the config.php file and rewrite headers. Incorrect zipping will cause the white-labeling process to fail.