recaptcha.net
-
I’m having trouble changing recaptcha to use recaptcha.net – which I would like to do from a GDPR point of view to stop tracking cookies.
I’ve created a dummy contact form to test this but no joy …
I (think I) have followed the instructions here but I cannot get the recaptcha endpoint to change: https://contactform7.com/faq-about-recaptcha-v3/
I’ve added the following code snippet:
function test_recaptcha() { add_filter( 'wpcf7_use_recaptcha_net', '__return_true' ); echo 'filter addded'; } add_action('wp_head', 'test_recaptcha');
I can see the filter is being added via the echo, but the endpoints remain as google.com ones. I must be missing something obvious but I cannot work out what …
Any help appreciated!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘recaptcha.net’ is closed to new replies.