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

Fires once an authentication cookie has been validated.


Description Description


Parameters Parameters

$cookie_elements

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

$user

(WP_User) User object.


Top ↑

Source Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.