Ho notato che nel file functions.php c'è quanto segue:
function wptricks24_recaptcha_scripts() { wp_deregister_script( 'google-recaptcha' ); $url = 'https://www.google.com/recaptcha/api.js'; $url = add_query_arg( array( 'onload' => 'recaptchaCallback', 'render' => 'explicit', 'hl' => qtranxf_getLanguage()), $url ); wp_register_script( 'google-recaptcha', $url, array(), '2.0', true ); } add_action( 'wpcf7_enqueue_scripts', 'wptricks24_recaptcha_scripts', 11 );Forse per questo non si riesce ad usare captcha v3.
Non so se questo causi anche il non invio delle mail...
Pensate che possa commentare il codice tranquillamente?