Filters the class name for the session token manager.
$sessionstringwp-includes/class-wp-session-tokens.php:58WP_Session_Tokens::get_instance()wp-includes/class-wp-session-tokens.php:222WP_Session_Tokens::destroy_all_for_all_users() * * @since 4.0.0 * * @param string $session Name of class to use as the manager. * Default 'WP_User_Meta_Session_Tokens'. */ $manager = apply_filters( 'session_token_manager', 'WP_User_Meta_Session_Tokens' ); return new $manager( $user_id ); } /** * Hashes the given session token for storage. *Introduced in 4.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.