| @@ -26,8 +26,10 @@ | ||
| 26 | 26 | */ |
| 27 | 27 | private static $pluginCleanup = [ |
| 28 | 28 | 'wpforms-lite' => [ |
| 29 | 29 | 'transients' => ['wpforms_activation_redirect'], |
| 30 | + // WPForms 2.0's wizard arms after activation, so the transient never reaches it. | |
| 31 | + 'setOptions' => ['wpforms_setup_wizard_disabled' => true], | |
| 30 | 32 | ], |
| 31 | 33 | 'wp-mail-smtp' => [ |
| 32 | 34 | 'transients' => ['wp_mail_smtp_activation_redirect'], |
| 33 | 35 | 'setOptions' => ['wp_mail_smtp_activation_prevent_redirect' => true], |