| @@ -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 ) ) { |