- Jul 25, 2018
- 12,063
- 22,064
- 120
Woocommerce-sea.php - add @ line 46 then you should be able use all the settings.any update? there is the V10.1.5
Thank You
//bugs
$license_information = array (
'license_valid' => 'true',
'license_created' => time(),
'message' => 'Elite activated!',
'message_type' => 'notice notice-info is-dismissible',
'license_email' => "[email protected]",
'license_key' => "licenced",
'notice' => false,
);
update_option("license_information", $license_information);
You will find once nulled it stays nulled. as the data is loaded to the database.Here it is 10.1.5
Well at the rate they are updating their plugin it's best you use the above method to null it by yourself.
Actually i did update once without changing the code by mistake and it seemed to be working fine. But since i wasn't sure i reinstalled it again. Good to know!You will find once nulled it stays nulled. as the data is loaded to the database.