Retrieves the current user object.
wp_get_users_with_no_role
Get the user IDs of all users with no role on this site.
wp_destroy_all_sessions
Remove all session tokens for the current user from the database.
wp_destroy_other_sessions
Remove all but the current session token for the current user for the database.
Advertisement
wp_destroy_current_session
Remove the current session token from the database.
wp_get_all_sessions
Retrieve a list of sessions for the current user.
wp_get_session_token
Retrieve the current session token from the logged_in cookie.
wp_send_new_user_notifications
Initiates email notifications related to the creation of new users.
Advertisement
register_new_user
Fires after a new user registration has been recorded.
registration_errors
Filters the errors encountered when a new user is being registered.
register_post
Fires when submitting registration form data, before the user is created.
user_registration_email
Filters the email address of a user being registered.
Advertisement
register_new_user
Handles registering a new user.
password_reset
Fires before the user’s password is reset.
after_password_reset
Fires after the user’s password is reset.