WP_Session_Tokens::__construct()
Method: Protected constructor. Use the `get_instance()` method to get the instance.
Source: wp-includes/class-wp-session-tokens.php:33
Method: Protected constructor. Use the `get_instance()` method to get the instance.
Source: wp-includes/class-wp-session-tokens.php:33
Method: Generates a session token and attaches session information to it.
Source: wp-includes/class-wp-session-tokens.php:123
Method: Destroys the session with the given token.
Source: wp-includes/class-wp-session-tokens.php:177
Method: Destroys all sessions for a user.
Source: wp-includes/class-wp-session-tokens.php:216
Method: Destroys all sessions for all users.
Source: wp-includes/class-wp-session-tokens.php:225
Method: Destroys all sessions for the user.
Source: wp-includes/class-wp-session-tokens.php:287
Method: Destroys all sessions for this user, except the single session with the given verifier.
Source: wp-includes/class-wp-session-tokens.php:280
Method: Destroys all sessions for this user except the one with the given token (presumably the one in use).
Source: wp-includes/class-wp-session-tokens.php:189
Method: Destroys all sessions for all users.
Source: wp-includes/class-wp-session-tokens.php:294
Method: Retrieves a user’s session for the given token.
Source: wp-includes/class-wp-session-tokens.php:87