Parsing / using routes or query string

Hey,

What you’re looking for is the get_url_hash() function (docs here). You can see it in action in the custom user authentication example – it’s what I use for the “confirm your email address” link.

2 Likes