Sorry, this is the correct fix of line 1288:
$URL .= '?action=wordfence_logHuman& ;hid=' . wfUtils::encrypt(self::$hitID);
VERY IMPORTANT: without space on '& ;' - WordPress.org change the code to '&'. Sorry :-(.
Sorry, this is the correct fix of line 1288:
$URL .= '?action=wordfence_logHuman& ;hid=' . wfUtils::encrypt(self::$hitID);
VERY IMPORTANT: without space on '& ;' - WordPress.org change the code to '&'. Sorry :-(.