Localized NoCaptcha Recaptcha request
-
Hello,
Would it be possible for you to update the plugin so that it requests the NoCaptcha ReCaptcha in the correct language?The edit to make is literally two lines long:
Ingoogle-no-captcha-recaptcha/public/includes/contact-form-7/class-wdm-contact-form-7-public.php
Replace the following line:
wp_register_script( 'google-nocaptcha-recaptcha-api', "{$protocol_to_be_used}www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit", array( 'wdm_render_recaptcha' ), '1.0.0', false );
with:
$lang_code = substr(get_bloginfo ( 'language' ), 0, 2); wp_register_script( 'google-nocaptcha-recaptcha-api', "{$protocol_to_be_used}www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit&hl={$lang_code}", array( 'wdm_render_recaptcha' ), '1.0.0', false );
Thank you very much.
Nickhttps://www.ads-software.com/plugins/google-no-captcha-recaptcha/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Localized NoCaptcha Recaptcha request’ is closed to new replies.