PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.23
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.23
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
← All changes | classes/models/FrmTurnstileSettings.php +1 -14 6.286.23 View file →
@@ -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 }