Filters the contents of the email sent when the user’s password is changed.
send_email_change_email
Filters whether to send the email change email.
send_password_change_email
Filters whether to send the password change email.
user_register
Fires immediately after a new user is registered.
Advertisement
profile_update
Fires immediately after an existing user is updated.
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_description
Filters a user’s description before the user is created or updated.
Advertisement
pre_user_display_name
Filters a user’s display name before the user is created or updated.
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.
Advertisement
pre_user_url
Filters a user’s URL before the user is created or updated.
pre_user_email
Filters a user’s email before the user is created or updated.
pre_user_nicename
Filters a user’s nicename before the user is created or updated.