wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



nonce_user_logged_out › WordPress Filter Hooks

Seit3.5.0
Veraltetn/v
apply_filters( 'nonce_user_logged_out', $uid, $action )
Parameter: (2)
  • (int) $uid ID of the nonce-owning user.
    Erforderlich: Ja
  • (string|int) $action The nonce action, or -1 if none was provided.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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