We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd55b5 commit 66438cbCopy full SHA for 66438cb
src/wp-includes/pluggable.php
@@ -1041,7 +1041,7 @@ function wp_parse_auth_cookie( $cookie = '', $scheme = '' ) {
1041
* Sets the authentication cookies for a given user ID.
1042
*
1043
* The `$remember` parameter controls cookie persistence:
1044
- * - If true, the cookie is persistent (default 14 days, filterable via `auth_cookie_expiration`).
+ * - If true, the cookie is persistent (default 14 days, filterable via {@see 'auth_cookie_expiration'}).
1045
* - If false, the cookie is a browser session cookie (expires when the browser closes).
1046
* Internally, `auth_cookie_expiration` is still applied (default 2 days),
1047
* but the HTTP cookie `$expire` is set to 0, so it won’t persist beyond the session.
0 commit comments