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.


Top ↑

Source Source

File: includes/functions/llms.functions.person.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.