Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter patrickpro

    (@patrickpro)

    Ok, i did this:

    // add_filter('wpcf7_validate_cf7ic*','cf7ic_check_if_spam', 10, 2);
    // add_filter('wpcf7_validate_cf7ic','cf7ic_check_if_spam', 10, 2);
     add_filter('wpcf7_validate','cf7ic_check_if_spam', 10, 2);
    

    in cf7-image-captcha.php and it works.

    Thanks for reporting this, I’ll look into it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with Conditional Fields’ is closed to new replies.