White Label helps agencies rebrand EdminBoost in wp-admin and optionally show a system status line in the admin footer (PHP, memory, IP, etc.). It is for client handoff and support, not the public website.
WHERE TO FIND IT
- Log in as Administrator (
manage_options). - Open EdminBoost in the left menu.
- Click the White Label tab in the Command Center sub-nav (tab only—not a separate sidebar item).
URL pattern: wp-admin/admin.php?page={plugin-slug}-white-label
WHAT IT INCLUDES
- Master toggle — turns white-label behavior on/off.
- Hide WordPress footer credit — clears the left “Thank you for creating with WordPress” line when active.
- System status footer — replaces the right footer with server/site stats you choose.
- Plugin rebranding — changes the Plugins screen row and admin menu label (empty fields keep defaults).
- Admin favicon — set on Theme → Appearance extras, not on White Label (see Admin favicon section below).
Live previews on White Label page: system status preview; plugin row + menu preview.
WHEN IT ACTUALLY RUNS
All must be true:
- EdminBoost enabled (global toggle).
- Pro or Agency active (billing plan or developer filter).
- Enable white-label branding saved on.
If the master toggle is off, settings stay saved but wp-admin is unchanged.
STORAGE
edminboost_settings['white_label'] — removed on plugin uninstall.
TIPS
- Turn on Enable white-label branding first; status and rebrand sections stay disabled in the UI until then.
- Empty rebrand fields = original plugin name, description, author, menu label “EdminBoost”.
- Left footer = hide credit; right footer = system status.
- Combine with Theme and Menu Studio for a full admin look.
PRIVACY
IP in status footer uses server SERVER_ADDR, not the visitor’s IP. No external transmission.
