PluginProbe
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor / 4.0.3
User Profile Builder – Beautiful User Registration Forms, User Profiles & User Role Editor v4.0.3
4.0.3 4.0.2 4.0.1 4.0.0 3.16.6 3.16.5 3.16.4 3.16.3 3.16.2 3.16.1 3.16.0 3.15.9 3.9.9 3.9.5 3.9.6 3.9.7 3.9.8 1.1.7 1.1.8 1.1.9 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 341 releases
← All changes | admin/plugin-optin/class-plugin-optin.php +2 -2 3.16.44.0.3 View file →
@@ -118,9 +118,9 @@
118 118 $settings['plugin-optin'] = 'yes';
119 119
120 120 update_option( 'wppb_toolbox_admin_settings', $settings );
121 121
122 - wp_safe_redirect( admin_url( 'admin.php?page=profile-builder-dashboard' ) );
122 + wp_safe_redirect( WPPB_Setup_Wizard::get_setup_complete_url() );
123 123 exit;
124 124
125 125 }
126 126
@@ -136,9 +136,9 @@
136 136 $settings['plugin-optin'] = 'no';
137 137
138 138 update_option( 'wppb_toolbox_admin_settings', $settings );
139 139
140 - wp_safe_redirect( admin_url( 'admin.php?page=profile-builder-dashboard' ) );
140 + wp_safe_redirect( WPPB_Setup_Wizard::get_setup_complete_url() );
141 141 exit;
142 142
143 143 }
144 144