955abec7 by Jeff Balicki

wwww

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 881491b5
...@@ -304,7 +304,7 @@ add_action( 'profile_update', function ( $user_id, $old_user_data ) { ...@@ -304,7 +304,7 @@ add_action( 'profile_update', function ( $user_id, $old_user_data ) {
304 function registration_redirect($wp_usr_id) { 304 function registration_redirect($wp_usr_id) {
305 305
306 error_log('registration_redirect'.$wp_usr_id); 306 error_log('registration_redirect'.$wp_usr_id);
307
308 wp_redirect(site_url('/account/profile/')); 307 wp_redirect(site_url('/account/profile/'));
308 error_log('redirected'.$wp_usr_id);
309 309
310 } 310 }
...\ No newline at end of file ...\ No newline at end of file
......