diff --git a/jetpack-start.php b/jetpack-start.php index 70ab0ae..05e0696 100644 --- a/jetpack-start.php +++ b/jetpack-start.php @@ -12,6 +12,8 @@ add_action( 'init', function() { if ( isset( $_GET['jps_wizard_end'] ) ) { add_option( 'jpstart_wizard_has_run', true ); + wp_safe_redirect( remove_query_arg( 'jps_wizard_end' ) ); + die(); } if ( ! get_option( 'jpstart_wizard_has_run' ) || isset( $_GET['jps_wizard_start'] ) ) {