auth_cookie_expired

Advertisement

Summery Summery

Fires once an authentication cookie has expired.

Syntax Syntax

do_action( 'auth_cookie_expired', string[] $cookie_elements )

Parameters Parameters

$cookie_elements

An array of data for the authentication cookie.

Source Source

File: wp-includes/pluggable.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Advertisement

Leave a Reply