1
Thrive Optimize is a plug-in for Thrive Architect designed specifically for non-data-driven technicians. Whatever results you currently receive, A / B tests will improve them over time.
Sometimes in the form of small gains (which accumulate over time to make a big difference). And from time to time, when the A / B test surprisingly doubles or triples your business.
How to make the "NULLED" version if you have already updated the plugin.
Open the file
\thrive-dashboard\classes\Product\LicenseManager.php
Find:
PHP Code:
if ( empty( $this->license_data ) ) {
return false;
}
Change to:
PHP Code:
if ( empty( $this->license_data ) ) {
return true;
}
Download
You agree that the content you download here is only for testing purpose and shouldn't be used for commercial use or as a final product on a live site.
Hidden content
You must
register or
login to view this content.