.grecaptcha-badge { visibility: hidden; } "; }); } return; } if (!wp_script_is('google-recaptcha')) { $apiUrl = 'https://www.google.com/recaptcha/api.js?render=explicit'; $locale = apply_filters('fluentform/recaptcha_lang', ''); if ($locale) { $apiUrl .= '&hl=' . $locale; } wp_enqueue_script( 'google-recaptcha', $apiUrl, [], FLUENTFORM_VERSION, true ); } $recaptchaBlock = "
"; $label = ''; if (! empty($data['settings']['label'])) { $label = "'; } $containerClass = ''; if (! empty($data['settings']['label_placement'])) { $containerClass = 'ff-el-form-' . $data['settings']['label_placement']; } $el = "