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 ) {
function registration_redirect($wp_usr_id) {
error_log('registration_redirect'.$wp_usr_id);
wp_redirect(site_url('/account/profile/'));
error_log('redirected'.$wp_usr_id);
}
\ No newline at end of file
......