wp_destroy_current_session()
Function: Removes the current session token from the database.
Source: wp-includes/user.php:3490
Function: Removes the current session token from the database.
Source: wp-includes/user.php:3490
Function: Removes all but the current session token for the current user for the database.
Source: wp-includes/user.php:3503
Function: Retrieves the current session token from the logged_in cookie.
Source: wp-includes/user.php:3468
Action Hook: Fires before a new password is retrieved.
Source: wp-includes/user.php:2905
Filter Hook: Filters whether to allow a password to be reset.
Source: wp-includes/user.php:2920
Action Hook: Fires when a password reset key is generated.
Source: wp-includes/user.php:2939
Function: Retrieves a user row based on password reset key and login.
Source: wp-includes/user.php:2977
Filter Hook: Filters the expiration time of password reset keys.
Source: wp-includes/user.php:3001
Filter Hook: Filters the return value of check_password_reset_key() when an old-style key or an expired key is used.
Source: wp-includes/user.php:3039
Function: Handles resetting the user’s password.
Source: wp-includes/user.php:3293