PluginProbe
Extendify / 3.2.1
Extendify v3.2.1
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | app/Shared/Services/PluginRedirectDisabler.php +2 -0 3.1.23.2.1 View file →
@@ -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],