recaptcha
recaptcha copied to clipboard
Update recaptcha-v2-checkbox.php
Checking isset on $_POST['g-recaptcha-response'] always passed for me locally on PHP 8.0.14. Changing to !empty actually failed when recaptcha was unchecked, which is the expected behavior. Don't know if this works for everyone across the board.
I've upgraded everything to work on PHP8+ and do not see this behaviour. Can you verify it's still an issue for you?