ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/class-wp-user-meta-session-tokens.php

WP_User_Meta_Session_Tokens

Class: Meta-based user sessions token manager.

Source: wp-includes/class-wp-user-meta-session-tokens.php:17

Used by 0 functions | Uses 1 function

WP_User_Meta_Session_Tokens::get_sessions()

Method: Retrieves all sessions of the user.

Source: wp-includes/class-wp-user-meta-session-tokens.php:26

Used by 2 functions | Uses 0 functions

WP_User_Meta_Session_Tokens::prepare_session()

Method: Converts an expiration to an array of session information.

Source: wp-includes/class-wp-user-meta-session-tokens.php:43

Used by 0 functions | Uses 0 functions

WP_User_Meta_Session_Tokens::get_session()

Method: Retrieves a session based on its verifier (token hash).

Source: wp-includes/class-wp-user-meta-session-tokens.php:59

Used by 1 function | Uses 1 function

WP_User_Meta_Session_Tokens::update_session()

Method: Updates a session based on its verifier (token hash).

Source: wp-includes/class-wp-user-meta-session-tokens.php:77

Used by 0 functions | Uses 2 functions

WP_User_Meta_Session_Tokens::update_sessions()

Method: Updates the user’s sessions in the usermeta table.

Source: wp-includes/class-wp-user-meta-session-tokens.php:96

Used by 3 functions | Uses 0 functions

WP_User_Meta_Session_Tokens::destroy_other_sessions()

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

Used by 0 functions | Uses 2 functions

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

Used by 0 functions | Uses 1 function

WP_User_Meta_Session_Tokens::drop_sessions()

Method: Destroys all sessions for all users.

Source: wp-includes/class-wp-user-meta-session-tokens.php:130

Used by 0 functions | Uses 1 function
ClassicPress Documentation • Made with ClassicPress
Privacy Policy