error log
Signed-off-by: Jeff <jeff@gotenzing.com>
Showing
1 changed file
with
2 additions
and
0 deletions
| ... | @@ -303,6 +303,8 @@ add_action( 'profile_update', function ( $user_id, $old_user_data ) { | ... | @@ -303,6 +303,8 @@ add_action( 'profile_update', function ( $user_id, $old_user_data ) { |
| 303 | 303 | ||
| 304 | function registration_redirect() { | 304 | function registration_redirect() { |
| 305 | 305 | ||
| 306 | error_log('registration_redirect'); | ||
| 307 | |||
| 306 | wp_redirect(site_url('/account/profile/')); | 308 | wp_redirect(site_url('/account/profile/')); |
| 307 | 309 | ||
| 308 | } | 310 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment