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.


Top ↑

Source

File: wp-includes/pluggable.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.7.4Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More