19feb1d8 by Jeff Balicki

error log

Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent 37e01b68
...@@ -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
......