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
May 12, 2022 / /