CARVIEW |
New and updated in 4.0.0
-
Filters the number of elements to parse in an XML-RPC response.
-
Destroys all session tokens for the user.
Used by 0 functions | Uses 1 function | Source: wp-includes/class-wp-user-meta-session-tokens.php:121 -
Destroys all sessions for all users.
Used by 0 functions | Uses 1 function | Source: wp-includes/class-wp-user-meta-session-tokens.php:130 -
Retrieves all sessions of the user.
Used by 2 functions | Uses 1 function | Source: wp-includes/class-wp-user-meta-session-tokens.php:26 -
Retrieves a session based on its verifier (token hash).
-
Updates a session based on its verifier (token hash).
Used by 0 functions | Uses 2 functions | Source: wp-includes/class-wp-user-meta-session-tokens.php:77 -
Updates the user’s sessions in the usermeta table.
Used by 3 functions | Uses 2 functions | Source: wp-includes/class-wp-user-meta-session-tokens.php:96 -
Retrieves all sessions of the user.
-
Destroys all sessions for this user, except the single session with the given verifier.
Used by 0 functions | Uses 2 functions | Source: wp-includes/class-wp-user-meta-session-tokens.php:111 -
Retrieves a session based on its verifier (token hash).
-
Updates a session based on its verifier (token hash).
-
Destroys all sessions for this user, except the single session with the given verifier.
-
Destroys all sessions for the user.
-
Destroys all sessions for all users.
-
Meta-based user sessions token manager.
Used by 0 functions | Uses 1 function | Source: wp-includes/class-wp-user-meta-session-tokens.php:17 -
Destroys all sessions for a user.
-
Filters the class name for the session token manager.
-
Destroys all sessions for all users.
-
Hashes the given session token for storage.
-
Retrieves all sessions for a user.
-
methodWP_Session_Tokens::get()
Retrieves a user’s session for the given token.
-
Validates the given session token for authenticity and validity.
-
Generates a session token and attaches session information to it.
-
Filters the information attached to the newly created session.
-
Updates the data for the session with the given token.
-
Destroys the session with the given token.
-
Destroys all sessions for this user except the one with the given token (presumably the one in use).
-
Determines whether a session is still valid, based on its expiration timestamp.
-
Retrieves a session manager instance for a user.
-
classWP_Session_Tokens
Abstract class for managing user session tokens.