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

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


Parameters

$uid int
ID of the nonce-owning user.
$action string|int
The nonce action, or -1 if none was provided.

Top ↑

Source

File: wp-includes/pluggable.php. View all references

$uid = apply_filters( 'nonce_user_logged_out', $uid, $action );


Top ↑

Changelog

Changelog
Version Description
3.5.0 Introduced.

Top ↑

User Contributed Notes

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