• Resolved Marklcm

    (@marklcm)


    Is there a way to stop/disable the math captcha please?

    (while maintaining use of Protect)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Dan (a11n)

    (@drawmyface)

    Hi there,

    Yes, it’s possible to disable the math captcha while still using Jetpack Protect. To do this, you’ll need to add a filter to your site’s?functions.php?file or a custom functionality plugin. Here’s how you can disable the math fallback captcha:

    add_filter( 'jpp_use_captcha_when_blocked', '__return_false' );
    

    By adding this code, you’ll turn off the math captcha, but Jetpack Protect’s primary security functions will continue to work as normal.

    Hope that helps!

    Thread Starter Marklcm

    (@marklcm)

    Yes, that will help. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘math captcha’ is closed to new replies.