WP_Session_Tokens::destroy_all()
Destroys all sessions for a user.
Welcome to the WPPaste WordPress Method index. This page contains a an alphabetically sorted list of methods that are available for use in WordPress. Each method has a brief description of what it does and how it can be used. To find out more about a particular method, simply click on the method name.
Destroys all sessions for a user.
Destroys all sessions for all users.
Destroys all sessions for the user.
Destroys all sessions for this user, except the single session with the given verifier.
Destroys all sessions for this user except the one with the given token (presumably the one in use).
Destroys all sessions for all users.
Retrieves a user’s session for the given token.
Retrieves all sessions for a user.
Retrieves a session manager instance for a user.
Retrieves a session based on its verifier (token hash).