Destroys all sessions for the user.
Source
abstract protected function destroy_all_sessions();
Changelog
Version | Description |
---|---|
4.0.0 | Introduced. |
CARVIEW |
Destroys all sessions for the user.
abstract protected function destroy_all_sessions();
Used by | Description |
---|---|
WP_Session_Tokens::destroy_others()wp-includes/class-wp-session-tokens.php | Destroys all sessions for this user except the one with the given token (presumably the one in use). |
WP_Session_Tokens::destroy_all()wp-includes/class-wp-session-tokens.php | Destroys all sessions for a user. |
Version | Description |
---|---|
4.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.