wordpress / latest / hooks / send_auth_cookies.html

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

File: wp-includes/pluggable.php. View all references

if ( ! apply_filters( 'send_auth_cookies', true ) ) {

Used By

Used By Description

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