ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/user.php
  • Page 8

wp_destroy_other_sessions()

Function: Removes all but the current session token for the current user for the database.

Source: wp-includes/user.php:3503

Used by 0 functions | Uses 0 functions

wp_get_session_token()

Function: Retrieves the current session token from the logged_in cookie.

Source: wp-includes/user.php:3468

Used by 0 functions | Uses 0 functions

wp_get_all_sessions()

Function: Retrieves a list of sessions for the current user.

Source: wp-includes/user.php:3480

Used by 0 functions | Uses 0 functions

allow_password_reset

Filter Hook: Filters whether to allow a password to be reset.

Source: wp-includes/user.php:2920

Used by 0 functions | Uses 0 functions

retrieve_password_key

Action Hook: Fires when a password reset key is generated.

Source: wp-includes/user.php:2939

Used by 0 functions | Uses 0 functions

check_password_reset_key()

Function: Retrieves a user row based on password reset key and login.

Source: wp-includes/user.php:2977

Used by 0 functions | Uses 0 functions

password_reset_expiration

Filter Hook: Filters the expiration time of password reset keys.

Source: wp-includes/user.php:3001

Used by 0 functions | Uses 0 functions

password_reset_key_expired

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

Used by 0 functions | Uses 0 functions

reset_password()

Function: Handles resetting the user’s password.

Source: wp-includes/user.php:3293

Used by 0 functions | Uses 0 functions

wp_create_user()

Function: Provides a simpler way of inserting a user into the database.

Source: wp-includes/user.php:2777

Used by 0 functions | Uses 0 functions
« Previous 1 … 7 8 9 … 17 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy