Forums
(@orihmai)
11 years ago
Hi Nick!
I found a small error on your code. You can notice on line 14 that ‘my_ip_field’ don’t have ‘$’ prefix.
if( $field == my_ip_field ){
This may be obvious to some but others might not notice this easily.