ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/class-wp-session-tokens.php
  • Page 2

WP_Session_Tokens::get_sessions()

Method: Retrieves all sessions of the user.

Source: wp-includes/class-wp-session-tokens.php:249

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::__construct()

Method: Protected constructor. Use the `get_instance()` method to get the instance.

Source: wp-includes/class-wp-session-tokens.php:33

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::get_session()

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

Source: wp-includes/class-wp-session-tokens.php:259

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::get_instance()

Method: Retrieves a session manager instance for a user.

Source: wp-includes/class-wp-session-tokens.php:49

Used by 0 functions | Uses 0 functions

session_token_manager

Filter Hook: Filters the class name for the session token manager.

Source: wp-includes/class-wp-session-tokens.php:58

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::hash_token()

Method: Hashes the given session token for storage.

Source: wp-includes/class-wp-session-tokens.php:70

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::get()

Method: Retrieves a user’s session for the given token.

Source: wp-includes/class-wp-session-tokens.php:87

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::verify()

Method: Validates the given session token for authenticity and validity.

Source: wp-includes/class-wp-session-tokens.php:102

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::create()

Method: Generates a session token and attaches session information to it.

Source: wp-includes/class-wp-session-tokens.php:123

Used by 0 functions | Uses 0 functions

attach_session_information

Filter Hook: Filters the information attached to the newly created session.

Source: wp-includes/class-wp-session-tokens.php:134

Used by 0 functions | Uses 0 functions
« Previous 1 2 3 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy