What happens if you have the FREE version installed. Can you just simply delete the plugin form within wordpress.... then install the free version again, then follow the info in post #1?
Mine is already activated for free license, ... so....
When trying to edit the php file , i am getting the error
"The page you are trying to access is restricted due to a security rule. "
Has anyone encountered this ?
/lib/wfAPI.php
public function call()
, & then find inside this function:$dat = json_decode($json, true);
$dat['_isPaidKey']=true;
$dat['_keyExpDays']=365;
$dat['_nextRenewAttempt']=365;
Hello,
The new version of wordfence.7.4.9 is now locked.
Here is another solution to use any free license as premium.
Any free license will be converted to Premium license for next 365 days.
Follow these simple steps:
edit file/lib/wfAPI.php
inside findpublic function call()
, & then find inside this function:
$dat = json_decode($json, true);
add these after above find:
$dat['_isPaidKey']=true; $dat['_keyExpDays']=365; $dat['_nextRenewAttempt']=365;
Thanks!