How to null WPAlter – Best Admin White Label plugin
In the file includes/acmee-framework/inc/aof.class.php find the function licenseValidate() which starts around line 147 and add this to the start of the function code:
return;
A little further on in the same file find the function getLicense() and add this to the start of the function code:
return "12345678";
All done, it will now be activated.