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