Feedback/Suggestion – Whitelisting by IP
-
Hello Robert. It would be fantastic if this plugin allowed for whitelisting IPs. Something like:
<?php $SafeIPs = [ '12.34.56.789', '98.765.43.210' ]; if(in_array($_SERVER["REMOTE_ADDR"] , $SafeIPs)){ // Don't display Recaptcha } else { // Display Recaptcha } ?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Feedback/Suggestion – Whitelisting by IP’ is closed to new replies.