Cum scoți sigla reCAPTCHA din Contact Form 7
Dacă știi ce ai de făcut, atunci acesta este snippet-ul pe care-l cauți: function sterge_cf7() { $load_scripts = false; if( is_singular() ) { $post = get_post(); if( has_shortcode($post->post_content, 'contact-form-7') ) { $load_scripts = true; } } if( ! $load_scripts )…