Any update on if this PHP Notice will be corrected in the plugin? On v5.0.6 we are getting this in our logs...
PHP Notice: Undefined variable: res in /path/to/wordpress/wp-content/plugins/wordfence/lib/wordfenceClass.php on line 455
It appears that $res
is never defined in the ajax_logHuman_callback()
method.
Thanks!