This is the same as all the other Divi plugins by this company.
In the file updater/updater.php
(all Aspen plugins)
1. In updater.php,
Replace:
}
function ds_divi_switch_has_license_key() {
return (get_option('ds_divi_switch_license_status') === 'valid');
}
With:
}
function ds_divi_switch_has_license_key() {
update_option('ds_divi_switch_license_status','valid');
return true;
}
No need to enter a license key, it will be fully functional.
This method can be used with ALL their plugins. The name of the function changes depending on which plugin it is but is always something like DS_PBE_has_license_key or DS_SWITCH_has_license_key etc.
---------------------------
(only on divi-switch)
2. Insert in functions.php at the end
update_option( 'ds_divi_switch_license_status', 'valid' );
Use Key: 52684a5cd05f318c75d2568c64728571 (need to deactivate 1st and then activate again with key)