Title: Unstoppable White Label
Author: Unstoppable Solutions
Published: <strong>June 28, 2026</strong>
Last modified: June 28, 2026

---

Search plugins

![](https://ps.w.org/unstoppable-white-label/assets/banner-772x250.png?rev=3589234)

![](https://ps.w.org/unstoppable-white-label/assets/icon-256x256.png?rev=3589234)

# Unstoppable White Label

 By [Unstoppable Solutions](https://profiles.wordpress.org/paramedic192/)

[Download](https://downloads.wordpress.org/plugin/unstoppable-white-label.1.2.14.zip)

 * [Details](https://wordpress.org/plugins/unstoppable-white-label/#description)
 * [Reviews](https://wordpress.org/plugins/unstoppable-white-label/#reviews)
 *  [Installation](https://wordpress.org/plugins/unstoppable-white-label/#installation)
 * [Development](https://wordpress.org/plugins/unstoppable-white-label/#developers)

 [Support](https://wordpress.org/support/plugin/unstoppable-white-label/)

## Description

**Unstoppable White Label** lets you rebrand WordPress for your clients. Replace
logos, customize the login page, hide admin menus, and more – all without writing
any code.

Perfect for agencies, freelancers, and developers who build WordPress sites for 
clients.

#### Features

**Login Page Branding**

 * Custom login logo with size controls
 * Background color and image
 * Form position (center, left, right)
 * Hide “Remember Me”, “Lost Password”, “Back to Site”, and language switcher
 * Full color scheme: background, form, text, links, buttons

**Admin Bar Customization**

 * Replace “Howdy” greeting with custom text
 * Hide WordPress logo
 * Add your own admin bar logo
 * Customize logo link URL or remove it entirely

**Admin Footer**

 * Replace “Thank you for creating with WordPress” text
 * Hide WordPress version number

**Admin Color Scheme**

 * Menu background, text, and highlight colors
 * Submenu background, text, and highlight colors
 * Notification bubble color
 * Link and button colors

**Sidebar Menus**

 * Hide unlimited sidebar menus
 * Rename any sidebar menu item
 * Table-based interface for easy management

**Dashboard Customization**

 * Remove any dashboard widget (WordPress core and third-party)
 * Hide WooCommerce, Jetpack, Elementor, Wordfence, Site Kit, and more
 * Create a custom welcome widget with WYSIWYG editor
 * Add text, images, links, and media to your custom widget

**Visibility Controls**

 * Hide unlimited admin bar items
 * Hide unlimited plugins from the plugins list
 * Hide unlimited themes from the themes list
 * Remove all admin notifications for non-WL admin users

**Settings Management**

 * Import/Export settings between sites
 * Reset to defaults
 * Designate White Label Administrators who see the real WordPress

#### How It Works

 1. Install and activate the plugin
 2. Go to Settings  White Label
 3. Enable white labeling
 4. Configure your branding options
 5. Select which users are “White Label Admins” (they see real WordPress)
 6. Save and you’re done!

#### Who Is This For?

 * **Agencies** – Deliver polished, branded WordPress sites to clients
 * **Freelancers** – Make your client sites look professional
 * **Developers** – Remove WordPress clutter from client dashboards
 * **Site Owners** – Simplify the WordPress experience for your team

#### Feature Suggestions

Have an idea for a new feature? Email us at support@unstoppablesolutions.app

#### Privacy

This plugin does not collect any data, does not connect to external services, and
does not use cookies. All settings are stored locally in your WordPress database.

## Installation

 1. Upload the `unstoppable-white-label` folder to `/wp-content/plugins/`
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings  White Label to configure the plugin

## FAQ

### Does this work with page builders like Elementor?

Yes! This plugin focuses on WordPress core branding and works alongside any page
builder, theme, or other plugins.

### Can I white label other plugins like WooCommerce?

This plugin focuses on WordPress core branding. Plugin-specific white labeling is
intentionally out of scope to ensure stability and maintainability.

### Will my settings be lost if I deactivate?

No. Settings are preserved unless you enable “Delete data on uninstall” in the General
settings AND uninstall (not just deactivate) the plugin.

### Can I use this on client sites?

Absolutely! That’s exactly what it’s designed for. The plugin is GPL licensed, so
you can use it on as many sites as you want.

### What happens to hidden menus and plugins?

They’re only hidden visually – nothing is deleted or disabled. White Label Admins(
and anyone via direct URL) can still access everything.

### Does this affect site security?

No. This plugin only makes visual changes. Hidden items are still accessible via
direct URLs. Do not rely on this plugin for security.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Unstoppable White Label” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Unstoppable Solutions ](https://profiles.wordpress.org/paramedic192/)

[Translate “Unstoppable White Label” into your language.](https://translate.wordpress.org/projects/wp-plugins/unstoppable-white-label)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/unstoppable-white-label/),
check out the [SVN repository](https://plugins.svn.wordpress.org/unstoppable-white-label/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/unstoppable-white-label/)
by [RSS](https://plugins.trac.wordpress.org/log/unstoppable-white-label/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2.7

 * Fixed: Moved inline script to enqueued JS file
 * Fixed: Added sanitization for imported settings
 * Fixed: Escaped all CSS color values before output

#### 1.2.6

 * Removed: Custom CSS field (WordPress.org compliance)

#### 1.2.5

 * Fixed: Combined phpcs ignore rules on single line

#### 1.2.4

 * Fixed: Added phpcs ignore for JSON input sanitization (sanitized after decode)

#### 1.2.3

 * Fixed: Plugin Check compliance – added phpcs ignore for verified nonce
 * Fixed: Plugin Check compliance – prefixed all template variables with uswl_

#### 1.2.2

 * Fixed: WordPress.org compliance – proper sanitization and escaping
 * Fixed: Removed inline styles (moved to CSS file)
 * Fixed: Added ABSPATH checks to all PHP files

#### 1.2.1

 * Fixed: Settings sections now display correctly (removed inline style override)

#### 1.2.0

 * New: Rename sidebar menus – give menus custom names
 * New: Remove dashboard widgets – hide core and third-party widgets
 * New: Custom dashboard widget – WYSIWYG editor with media support
 * New: Hide themes from the Appearance > Themes screen
 * New: Hide all admin notifications for non-WL admin users
 * New: Admin Color Scheme – customize menu, submenu, notification, link, and button
   colors
 * New: Hide WordPress version from admin footer
 * New: Customize admin bar logo link URL or remove it
 * New: Login page color scheme – form background, text, links, and buttons
 * New: Hide login page elements – Remember Me, Lost Password, Back to Site, Language
   Switcher
 * New: Login logo size controls (width and height)
 * New: Feature suggestion email link in Visibility settings
 * Changed: All features are now free with no limits
 * Changed: Unlimited menus, admin bar items, plugins, and themes can be hidden
 * Improved: WordPress.org compliant inline style handling
 * Removed: Pro upsells and feature limitations

#### 1.1.3

 * Added: Check All / Uncheck All buttons for visibility options

#### 1.1.2

 * Changed: White Label Administrators now uses checkboxes
 * Changed: Visibility options now use checkboxes for easier selection
 * Fixed: Visibility settings now save and apply correctly

#### 1.1.1

 * Fixed: Custom admin bar logo now displays correctly

#### 1.1.0

 * New: Login Form Position option (Center, Left, Right)
 * Fixed: Settings save now works reliably

#### 1.0.0

 * Initial release

## Meta

 *  Version **1.2.14**
 *  Last updated **21 hours ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.0**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [admin](https://wordpress.org/plugins/tags/admin/)[branding](https://wordpress.org/plugins/tags/branding/)
   [customize](https://wordpress.org/plugins/tags/customize/)[login](https://wordpress.org/plugins/tags/login/)
   [White Label](https://wordpress.org/plugins/tags/white-label/)
 *  [Advanced View](https://wordpress.org/plugins/unstoppable-white-label/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/unstoppable-white-label/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/unstoppable-white-label/reviews/)

## Contributors

 *   [ Unstoppable Solutions ](https://profiles.wordpress.org/paramedic192/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/unstoppable-white-label/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://unstoppablesolutions.app/donate)