How to activate Traveler theme

Go to \traveler\inc\admin\, open class.admin.landing.page.php, at around line 217 find this code:

 static function checkValidatePurchaseCode($_purchase_code = false){

After that code just add this:

 return true;

Leave a Reply