Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author lukerollans

    (@hellolukerollansme)

    Hey poulet,

    You’re reading a string, not a boolean. Use the below code and let me know how that works out for you.

    function captcha_off_my_testimonial ( $captcha ) {
        return true;
    }
    add_filter( 'ct_disable_captcha', 'captcha_off_my_testimonial', 10, 1 );
    Thread Starter poulet44

    (@poulet44)

    Hi lukerollans,

    Thx for your answer. I tried that too without success. I put it in my child theme functions.ph file.

    Thread Starter poulet44

    (@poulet44)

    Sorry my mistake. The previous function works great. Thank you.

    Plugin Author lukerollans

    (@hellolukerollansme)

    Happy I could help!

    If you’re enjoying the plugin or finding it useful, please consider taking a moment of your time to rate it accordingly.

    Cheers,
    Luke

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable Captcha’ is closed to new replies.