clear_auth_cookie WordPress Action Hook

The clear_auth_cookie hook is called when a user's login cookies are cleared. This hook can be used to perform cleanup tasks such as resetting session data.

do_action( 'clear_auth_cookie' ) #

Fires just before the authentication cookies are cleared.


Source

File: wp-includes/pluggable.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.7.0Introduced.

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