do_action( 'auth_cookie_valid', array $cookie_elements, WP_User $user )

Fires once an authentication cookie has been validated.


Parameters

$cookie_elements

(array) An array of data for the authentication cookie.

$user

(WP_User) User object.


Source

File: wp-includes/pluggable.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.7.0 Introduced.