nonce_user_logged_out WordPress Filter Hook

The nonce_user_logged_out hook is called when a user logs out. It is called after the user has been logged out and before the user is redirected to the login page.

apply_filters( 'nonce_user_logged_out', int $uid, string $action ) #

Filters whether the user who generated the nonce is logged out.


Parameters

$uid

(int)ID of the nonce-owning user.

$action

(string)The nonce action.


Top ↑

Source

File: wp-includes/pluggable.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.5.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