ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Methods
  • Page 312

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::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

WP_Session_Tokens::destroy()

Method: Destroys the session with the given token.

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

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::destroy_all()

Method: Destroys all sessions for a user.

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

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::destroy_all_for_all_users()

Method: Destroys all sessions for all users.

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

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::destroy_all_sessions()

Method: Destroys all sessions for the user.

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

Used by 0 functions | Uses 0 functions

WP_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-session-tokens.php:280

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::destroy_others()

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:189

Used by 0 functions | Uses 0 functions

WP_Session_Tokens::drop_sessions()

Method: Destroys all sessions for all users.

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

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
« Previous 1 … 311 312 313 … 387 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy