Destroys all sessions for all users.
WP_User_Meta_Session_Tokens::destroy_all_sessions
Destroys all session tokens for the user.
WP_User_Meta_Session_Tokens::destroy_other_sessions
Destroys all sessions for this user, except the single session with the given verifier.
WP_User_Meta_Session_Tokens::update_sessions
Updates the user’s sessions in the usermeta table.
Advertisement
WP_User_Meta_Session_Tokens::update_session
Updates a session based on its verifier (token hash).
WP_User_Meta_Session_Tokens::get_session
Retrieves a session based on its verifier (token hash).
WP_User_Meta_Session_Tokens::prepare_session
Converts an expiration to an array of session information.
WP_User_Meta_Session_Tokens::get_sessions
Retrieves all sessions of the user.
Advertisement
WP_User_Meta_Session_Tokens
Meta-based user sessions token manager.