Optin Optin
Use code:
0 Day
00 Hour
00 Min
00 Sec
Logo

Documentation

s2_recaptcha_lang

Introduced in Version 11, this filter allows the preferred language for the ReCaptcha for element to be changed.

function my_recaptcha_lang( $lang ) {
    // Language codes are listed at https://developers.google.com/recaptcha/docs/language
    return 'de';
}
add_filter( 's2_recaptcha_lang', 'my_recaptcha_lang' );

How can we help?

Contact Us

Reach out to us for any inquiry

You must enter full name
You must enter email
You must enter message

We got your message

We will reply to you very soon :)