wwww
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment