WP_User_Meta_Session_Tokens::destroy_all_sessions()
Method: Destroys all session tokens for the user.
Source: wp-includes/class-wp-user-meta-session-tokens.php:121
Method: Destroys all session tokens for the user.
Source: wp-includes/class-wp-user-meta-session-tokens.php:121
Method: Destroys all sessions for all users.
Source: wp-includes/class-wp-user-meta-session-tokens.php:130
Method: Retrieves a session based on its verifier (token hash).
Source: wp-includes/class-wp-user-meta-session-tokens.php:59
Method: Updates a session based on its verifier (token hash).
Source: wp-includes/class-wp-user-meta-session-tokens.php:77
Method: Updates the user’s sessions in the usermeta table.
Source: wp-includes/class-wp-user-meta-session-tokens.php:96
Method: Retrieves all sessions of the user.
Source: wp-includes/class-wp-session-tokens.php:248
Method: Destroys all sessions for this user, except the single session with the given verifier.
Source: wp-includes/class-wp-user-meta-session-tokens.php:111
Method: Retrieves a session based on its verifier (token hash).
Source: wp-includes/class-wp-session-tokens.php:258
Method: Updates a session based on its verifier (token hash).
Source: wp-includes/class-wp-session-tokens.php:270
Method: Destroys all sessions for this user, except the single session with the given verifier.
Source: wp-includes/class-wp-session-tokens.php:279
Method: Destroys all sessions for the user.
Source: wp-includes/class-wp-session-tokens.php:286
Method: Destroys all sessions for all users.
Source: wp-includes/class-wp-session-tokens.php:293
Class: Meta-based user sessions token manager.
Source: wp-includes/class-wp-user-meta-session-tokens.php:17
Method: Retrieves all sessions of the user.
Source: wp-includes/class-wp-user-meta-session-tokens.php:26
Method: Destroys all sessions for a user.
Source: wp-includes/class-wp-session-tokens.php:215
Filter Hook: Filters the class name for the session token manager.
Source: wp-includes/class-wp-session-tokens.php:57
Method: Destroys all sessions for all users.
Source: wp-includes/class-wp-session-tokens.php:224
Method: Hashes the given session token for storage.
Source: wp-includes/class-wp-session-tokens.php:69
Method: Retrieves all sessions for a user.
Source: wp-includes/class-wp-session-tokens.php:237
Method: Retrieves a user’s session for the given token.
Source: wp-includes/class-wp-session-tokens.php:86
Method: Validates the given session token for authenticity and validity.
Source: wp-includes/class-wp-session-tokens.php:101
Method: Generates a session token and attaches session information to it.
Source: wp-includes/class-wp-session-tokens.php:122
Filter Hook: Filters the information attached to the newly created session.
Source: wp-includes/class-wp-session-tokens.php:133
Method: Updates the data for the session with the given token.
Source: wp-includes/class-wp-session-tokens.php:164
Method: Destroys the session with the given token.
Source: wp-includes/class-wp-session-tokens.php:176
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:188
Method: Determines whether a session is still valid, based on its expiration timestamp.
Source: wp-includes/class-wp-session-tokens.php:206
Class: Abstract class for managing user session tokens.
Source: wp-includes/class-wp-session-tokens.php:15
Method: Protected constructor. Use the `get_instance()` method to get the instance.
Source: wp-includes/class-wp-session-tokens.php:32
Method: Retrieves a session manager instance for a user.
Source: wp-includes/class-wp-session-tokens.php:48