| @@ -60,9 +60,9 @@ | ||
| 60 | 60 | * |
| 61 | 61 | * @return string |
| 62 | 62 | */ |
| 63 | 63 | public function get_site_key_tooltip() { |
| 64 | - return __( 'Turnstile is a free tool to replace CAPTCHAs. Turnstile delivers frustration-free, CAPTCHA-free web experiences to website visitors - with just a simple snippet of free code. Moreover, Turnstile stops abuse and confirms visitors are real without the data privacy concerns or awful user experience of CAPTCHAs.', 'formidable' ); // phpcs:ignore SlevomatCodingStandard.Files.LineLength.LineTooLong | |
| 64 | + return __( 'Turnstile is a free tool to replace CAPTCHAs. Turnstile delivers frustration-free, CAPTCHA-free web experiences to website visitors - with just a simple snippet of free code. Moreover, Turnstile stops abuse and confirms visitors are real without the data privacy concerns or awful user experience of CAPTCHAs.', 'formidable' ); | |
| 65 | 65 | } |
| 66 | 66 | |
| 67 | 67 | /** |
| 68 | 68 | * Turnstile supports an "Auto" theme option so show it. |
| @@ -72,19 +72,6 @@ | ||
| 72 | 72 | * @return bool |
| 73 | 73 | */ |
| 74 | 74 | public function should_show_captcha_theme_auto_option() { |
| 75 | 75 | return true; |
| 76 | - } | |
| 77 | - | |
| 78 | - /** | |
| 79 | - * Always add the "frm-" prefix for Turnstile fields. | |
| 80 | - * | |
| 81 | - * @since 6.25.1 | |
| 82 | - * | |
| 83 | - * @param bool $allow_multiple | |
| 84 | - * | |
| 85 | - * @return string | |
| 86 | - */ | |
| 87 | - public function get_class_prefix( $allow_multiple ) { | |
| 88 | - return 'frm-'; | |
| 89 | 76 | } |
| 90 | 77 | } |