How to create a “NULLED” version if you have updated the plugin.
Open file: \thrive-dashboard\classes\Product\LicenseManager.php
Locate:
if ( empty( $this->license_data ) ) {
return false;
}
Replaced by:
if ( empty( $this->license_data ) ) {
return true;
}
Demo: https://thrivethemes.com/themebuilder/