Validates the given session token for authenticity and validity.
WP_Session_Tokens::get
Retrieves a user’s session for the given token.
WP_Session_Tokens::hash_token
Hashes the given session token for storage.
WP_Session_Tokens::get_instance
Retrieves a session manager instance for a user.
Advertisement
session_token_manager
This filter is documented in wp-includes/class-wp-session-tokens.php
WP_Session_Tokens::__construct
Protected constructor. Use the `get_instance()` method to get the instance.
WP_Session_Tokens
Abstract class for managing user session tokens.