WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about send_auth_cookies

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/pluggable.php apply_filters 1074 /**
* Allows preventing auth cookies from actually being sent to the client.
*
* @since 4.7.4
*
* @param bool $send Whether to send auth cookies to the client.
*/
wp-includes/pluggable.php apply_filters 1102 /**
* Fires just before the authentication cookies are cleared.
*
* @since 2.7.0
*/

Hook Parameters

Parameter Type Name Description
bool $send Whether to send auth cookies to the client.
bool $send Whether to send auth cookies to the client.