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