llms_set_password_reset_cookie( string $val = '' )
Set or unset a user’s password reset cookie.
Parameters Parameters
- $val
-
(string) (Optional) Cookie value.
Default value: ''
Return Return
(boolean)
Source Source
File: includes/functions/llms.functions.person.php
} // Signon. if ( $signon && ! empty( $data['password'] ) ) { $user = get_user_by( 'ID', $user_id ); /** * Filters whether or not a new user should be "remembered" when signing on during account creation
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |