I’m using newest wordpress (4.8.1). The theme is a heavily modified version of “Rolas Sepuluh”. We also have other plugins maybe interfering?
I changed
if( empty($number_val && $hctpc_result && $hctpc_time) ) {
to
if( empty($number_val) && empty($hctpc_result) && empty($hctpc_time) ) {
(Not sure that even makes sense though)
It now activates and seems to be working for the wp login page. I’m not using it for any contact forms and we don’t have comments active.