On this page
apply_filters( 'send_auth_cookies', bool $send )
Allows preventing auth cookies from actually being sent to the client.
Parameters
$sendbool-
Whether to send auth cookies to the client.
Source
File: wp-includes/pluggable.php. View all references
if ( ! apply_filters( 'send_auth_cookies', true ) ) {
Related
Used By
| Used By | Description |
|---|---|
| wp_set_auth_cookie() wp-includes/pluggable.php | Sets the authentication cookies based on user ID. |
| wp_clear_auth_cookie() wp-includes/pluggable.php | Removes all of the cookies associated with authentication. |
Changelog
| Version | Description |
|---|---|
| 4.7.4 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/send_auth_cookies