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 on GitHub



Changelog

Changelog
Version Description
WP-4.7.4 Introduced.