White Labelling AB Split Test
Want to use AB Split Test on your website or with no links back to https://absplittest.com?
After activating your Agency or LTD license, add the following code to your functions.php or use a snippets plugin
Rename AB Split Tests
add_filter('ab_wl_name', function($title){ return 'My Experiment Plugin'; });
Rename AB Test
add_filter('ab_wl_ab_test',function($title){ return 'AB Experiment'; });
Not working?
These filters have been recently updated. Please check you have at least version 1.3.6 of AB Split Test
These docs were previously incorrect, the filter function above has been corrected as of May 2023
4 Comments
Leave a Comment
You must be logged in to post a comment.
Does not work on LTD plugins with Oxygen
add_filter(‘ab_wl_name’, function($title){
return ‘My Experiment Plugin’;
});
Hi Graham,
Thanks, this will be updated in v 1.6.1. You will need filter ab_wl_ab_test
The white label doesn’t work at all. Nothing changes the plugin’s name, links, or website, and all the documentation is available. It is one of the most generic white-label options I have seen in a WordPress plugin.
It’s working replace the name AB Split Test and Split Test on our install, can you share a screenshot of where it is not working? When you say generic, what is actually missing? Message us some requests at support@absplittest.com and we can make improvements.