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

  1. Graham George on October 8, 2023 at 8:38 pm

    Does not work on LTD plugins with Oxygen

    add_filter(‘ab_wl_name’, function($title){
    return ‘My Experiment Plugin’;
    });

    • Tom on October 12, 2023 at 12:36 pm

      Hi Graham,

      Thanks, this will be updated in v 1.6.1. You will need filter ab_wl_ab_test



  2. Edward Ritter on November 20, 2024 at 9:24 pm

    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.

    • Tom on November 21, 2024 at 7:16 am

      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.



Leave a Comment

You must be logged in to post a comment.