Used By
Used By | Description |
---|---|
wp-includes/pluggable.php: wp_set_auth_cookie() | Sets the authentication cookies based on user ID. |
Fires immediately before the authentication cookie is set.
(string) Authentication cookie value.
(int) The time the login grace period expires as a UNIX timestamp. Default is 12 hours past the cookie's expiration time.
(int) The time when the authentication cookie expires as a UNIX timestamp. Default is 14 days from now.
(int) User ID.
(string) Authentication scheme. Values include 'auth' or 'secure_auth'.
(string) User's session token to use for this cookie.
Version | Description |
---|---|
4.9.0 | The $token parameter was added. |
2.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/set_auth_cookie