Krzysztof Grochocki
Krzysztof Grochocki
This bug is still exists. reCaptcha box some times doesn't show. I try to delete reCaptcha settings in CF7 but then captcha shortcode doesen't work.
Hi guys, I found a workaround for this bug - just simply add this code in e.g. functions.php in active theme: ``` function wp_recaptcha_cf7_fix($default) { global $post; if(is_a($post, 'WP_Post') &&...
@aliabidi88 I don't know what You're talking about - this code only prevents to load captcha from this plugin on page where is shortcode [contact-form-7]. I think You have other...