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



wp_logout › WordPress Action Hooks

Seit5.5.0
Veraltetn/v
do_action( 'wp_logout', $user_id )
Parameter:
  • (int) $user_id ID of the user that was logged out.
    Erforderlich: Ja
Definiert in:
Codex:

Fires after a user is logged out.





Quellcode

do_action( 'wp_logout', $user_id );