Fetching parameters from activated link in WordPress ultimage member plugin
-
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 is 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 and update the specific record once the updates are complete .
Am expecting this URL: https://wplocaltheme.test/user_id=31 but I get this: https://wplocaltheme.test , once I click on the activation link
I have tried using WordPress Hooks specifically um_activate_url as seen in your documentation but still not found a solution
Please assist?
The page I need help with: [log in to see the link]
- The topic ‘Fetching parameters from activated link in WordPress ultimage member plugin’ is closed to new replies.