Advertisement

wp_create_user

A simpler way of inserting a user into the database.

email_change_email

Filters the contents of the email sent when the user’s email is changed.

password_change_email

Filters the contents of the email sent when the user’s password is changed.

Advertisement

wp_update_user

Update a user in the database.

user_register

Fires immediately after a new user is registered.

profile_update

Fires immediately after an existing user is updated.

Advertisement

insert_user_meta

Filters a user’s meta values and keys immediately after the user is created or updated and before any user meta is inserted or updated.

wp_pre_insert_user_data

Filters user data before the record is created or updated.

pre_user_display_name

Filters a user’s display name before the user is created or updated.

pre_user_description

Filters a user’s description before the user is created or updated.

Advertisement

pre_user_last_name

Filters a user’s last name before the user is created or updated.

pre_user_first_name

Filters a user’s first name before the user is created or updated.

pre_user_nickname

Filters a user’s nickname before the user is created or updated.