llms_parse_password_reset_cookie()
Parses the password reset cookie.
Description Description
This is the cookie set when a user uses the password reset link found in a reset password email. The query string vars in the link (user login and reset key) are parsed and stored in this cookie.
Return Return
(array|WP_Error) On success, returns an associative array containing the keys "key" and "login", on error returns a WP_Error.
Source Source
File: includes/functions/llms.functions.person.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |