
Demo: https://thrivethemes.com/quizbuilder/
How to make the "NULLED" version if you have already updated the plugin.
Open the file \ thrive-dashboard \ classes \ Product \ LicenseManager.php
Find:
Change to:if ( empty( $this->license_data ) ) {
return false;
}
if ( empty( $this->license_data ) ) {
return true;
}