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

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


Description Description


Parameters Parameters

$uid

(int) ID of the nonce-owning user.

$action

(string) The nonce action.


Top ↑

Source Source

File: wp-includes/pluggable.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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