Hey,
I’ve also been trying to find a solution in a similar fashion to Jonas but with the same issue. The $redirect_to link gets set before the user is created/authenticated but I can’t currently see a way to access and modify the redirect link after the wsl_hook_process_login_alter_redirect_to hook.
Ideally, we’d want to be able to make the modifications at the wsl_hook_process_login_before_wp_safe_redirect hook, just before the user gets redirected so we can check the user meta to see if they’re profile is complete.
I’m not sure whether there’s a possibility that we can hook into login_redirect or wp_login when they’re called and modify the redirect URL there perhaps before the user is redirected but it would be nice to stick to the WSL hooks where possible, really.
Regards,
Jon