On this page
WP_Session_Tokens::destroy_all_sessions()
Destroys all sessions for the user.
Source
File: wp-includes/class-wp-session-tokens.php. View all references
abstract protected function destroy_all_sessions();
Related
Used By
| 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. |
Changelog
| Version | Description |
|---|---|
| 4.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_session_tokens/destroy_all_sessions