PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.22
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.22
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/FrmUsage.php +0 -2 6.25.16.22 View file →
@@ -95,9 +95,8 @@
95 95 'fields' => $this->fields(),
96 96 'actions' => $this->actions(),
97 97
98 98 'onboarding-wizard' => $this->onboarding_wizard(),
99 - 'welcome-tour' => FrmWelcomeTourController::get_usage_data(),
100 99 'flows' => FrmUsageController::get_flows_data(),
101 100 'payments' => $this->payments(),
102 101 'subscriptions' => $this->payments( 'frm_subscriptions' ),
103 102 );
@@ -223,9 +222,8 @@
223 222 'active_captcha',
224 223 'honeypot',
225 224 'wp_spam_check',
226 225 'denylist_check',
227 - 'email_style',
228 226 );
229 227
230 228 foreach ( $pass_settings as $setting ) {
231 229 if ( isset( $settings_list->$setting ) ) {