Used By
Used By | Description |
---|---|
wp-includes/class-wp-session-tokens.php: WP_Session_Tokens::get() | Retrieves a user’s session for the given token. |
wp-includes/class-wp-session-tokens.php: WP_Session_Tokens::verify() | Validates the given session token for authenticity and validity. |
wp-includes/class-wp-session-tokens.php: WP_Session_Tokens::destroy_others() | Destroys all sessions for this user except the one with the given token (presumably the one in use). |