Am creating a Membership WordPress website using Ultimate Member Plugin. When a user registers, an activation link is sent to their email address. Once the link is clicked, I have set on ultimate member dashboard to redirect to a specific URL. The URL links to a page that has a modal where the user can finish setting up their account details.
The problem is once the user clicks on the Activation link on the email, the url opened on the activation page does not have any unique parameter e.g user_id that can be used to fetch user details from database .
Am expecting this URL: http://wplocaltheme.test/user_id=31 but I get this: http://wplocaltheme.test , once the new page opens
I have tried using WordPress Hooks specifically um_registration_complete as seen in the documentation but still a headache