Do you know how to take advantage of Element Pack Pro White Label Branding for your WordPress website? While it’s a premium feature that comes with the agency package of the plugin, many of you asked us to show the right methods of activating this feature.
Again, we were still developing this feature until recently and we made sure to make it work now. Anyway, let us show you how exactly you can use the White label branding option for Element Pack Pro.
What is White Label Branding for a WordPress plugin?
White Label Branding is a feature that allows a person to rename and rebrand a product as his/her own. It enables you to hide the identity of the product and show it as your own to the visitors. It helps increase your brand values with the consent of the manufacturer of the product.
Element Pack Pro offers White Label Branding with the Agency Package and Developer Package licenses. With this feature, you can change the name of our product, hide it from the dashboard, or vanish the license with a few clicks.
By using Element Pack Pro White Label, you can claim to be the developer of the plugin on your website and preserve your brand value in front of your audience.
How to activate White Label Branding
So, let’s see how to activate the White Label Branding on Element Pack Pro easily.
Step-1: Find the Wp-Config.php file from local/FTP
First of all, you need to access the local files of your website in order to get a hold of the Wp-Config.php file.
To enable White Label, you must follow our code structure and make changes to the Wp-config.php file. Once you find it inside your localhost or web FTP, click open the file.
Step-2: Inject the White Label code
Next, you have to go to the end of the codes in the Wp-config.php file and paste the following code just above the “Absolute Path Directory” line.
As you can see, we have added the codes with a double slash to prevent them from executing right now. The code lines are-
define('BDTEP_TITLE', 'New Name');
// for new name of element pack
define( 'BDTEP_WL' , true);
// for start white label process
define( 'BDTEP_HIDE', true );
// for hide element pack
define('BDTEP_LO', true);
// for license system of
Now, remove the double slash from the code lines (not the string) one by one and see its effect.
Step-3: See the White Label code effects
The first line of the code lets you change the name of our plugin into something you prefer. This change happens within your dashboard.
Normally, you will see the name Element Pack Pro on your WordPress dashboard.
By changing the name from the White Label code, the displayed name in the dashboard will be changed.
Like how we made it into Six Pack Pro ????
It’s easy!
Step-4: Hide Element Pack Pro from dashboard or hide license
You can hide our plugin from your WordPress dashboard completely without stopping its function. This will require the execution of the second line of the code that is “define( ‘BDTEP_WL’ , true);”
Note, you have to insert your license key along the second line of code.
Once done, you can execute the third code-
This will completely hide Element Pack Pro from your WordPress dashboard but nothing on the inside will change.
See, there’s no plugin dashboard there anymore.
Similarly, the fourth code line can hide your license information completely from the product menu.
It’s the marked code or the 4th line of the code.
See how the license section on the dashboard became invisible. This helps you present our product with your brand stamp by not showing the license info at all.
Improvements along the way
We are making more improvements to our White Label Branding feature in the next update to help you take more advantage of this system. We appreciate your patience in getting the world’s most powerful web development plugin for Elementor page builder, the Element Pack Pro.
Please read our privacy policy to learn about the boundaries of the White Label feature and other vital information about Element Pack Pro.