Description
Comment faire la version “NULLED” si vous avez déjà mis à jour le plugin.
Ouvrez le fichier \thrive-dashboard\classes\Product\LicenseManager.php
Trouver:
if ( empty( $this->license_data ) ) {
return false;
}
Changer pour:
if ( empty( $this->license_data ) ) {
return true;
}
Questions et Réponses