send_auth_cookies WordPress Filter Hook
The send_auth_cookies hook is used to send authentication cookies to WordPress users. This hook is fired when a user logs in to WordPress, and allows for authentication cookies to be set for the user.
apply_filters( 'send_auth_cookies', bool $send ) #
Allows preventing auth cookies from actually being sent to the client.
Parameters
- $send
(bool)Whether to send auth cookies to the client.
Source
Changelog
Version | Description |
---|---|
4.7.4 | Introduced. |