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