How Does Phlox White Label Work?
Phlox White Label lets you rebrand the WordPress Admin to what you want. This feature is exclusive to Phlox agency customers (You need to purchase more than 5 licenses), and they can access White Label by simply adding two lines of code to wp-config.php
after define('WP_DEBUG', true);
define( 'AUX_WHITELABEL', true ); define( 'AUX_WHITELABEL_DISPLAY', true );
These changes will be preserved during theme updates.
After adding this snippet, you can rename Phlox Pro label, or even remove it from dashboard sidebar menu.
Also, it is possible to remove each tab you want from Phlox Pro theme.
Rename Phlox Pro Branding
Follow the below steps to change Phlox labels/Theme name:
- Go to WordPress Admin Panel
- Click Appearance on Dashboard Sidebar Menu
- Go to Customize
- On the customizer, click on White Label and navigate to Custom Labels
- Replace Phlox Pro with any name you want
- Click on Publish button to save the change
Remove Phlox Pro from Dashboard Sidebar Menu
Beside renaming the theme name, you are able to remove Phlox main menu from admin panel:
- Go to WordPress Admin Panel
- Click Appearance on Dashboard Sidebar Menu
- Go to Customize
- On the customizer, click on White Label and navigate to Custom Views
- Enable Hide Phlox Menu
- Click on Publish button to save the change
Remove Phlox Pro Tabs
To remove Phlox Pro tabs, you need to:
- Go to WordPress Admin Panel
- Click Appearance on Dashboard Sidebar Menu
- Go to Customize
- On the customizer, click on White Label and navigate to Custom Views
- Enable any tab you want (such as Customization Section, Demo Importer Section, Template Kits Section, ...)
- Click on Publish button to save the change
define( 'AUX_WHITELABEL_DISPLAY', false );