Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Hooks in wp-includes/user.php

WP version: 5.8

Important! Some hooks get applied in multiple files. If you are trying to figure out what a specific hook does, you need to look in all the files that apply the hook. Click the "details" link next to any hook for more information.

Hook Type New? File
1 wp_privacy_additional_user_profile_data filter no wp-includes/user.php
2 user_request_key_expiration filter no wp-includes/user.php
3 user_request_action_email_headers filter no wp-includes/user.php
4 user_request_action_email_content filter no wp-includes/user.php
5 user_request_action_email_subject filter no wp-includes/user.php
6 user_request_action_description filter no wp-includes/user.php
7 user_request_action_confirmed_message filter no wp-includes/user.php
8 user_erasure_fulfillment_email_to filter no wp-includes/user.php
9 user_request_confirmed_email_headers filter no wp-includes/user.php
10 user_request_confirmed_email_subject filter no wp-includes/user.php
11 user_request_confirmed_email_to filter no wp-includes/user.php
12 wp_is_application_passwords_available filter no wp-includes/user.php
13 new_user_email_content filter no wp-includes/user.php
14 determine_current_user filter no wp-includes/user.php
15 registration_errors filter no wp-includes/user.php
16 illegal_user_logins filter no wp-includes/user.php
17 user_registration_email filter no wp-includes/user.php
18 retrieve_password_message filter no wp-includes/user.php
19 retrieve_password_title filter no wp-includes/user.php
20 secure_signon_cookie filter no wp-includes/user.php
21 lostpassword_user_data filter no wp-includes/user.php
22 profile_update action no wp-includes/user.php
23 register_new_user action no wp-includes/user.php
24 register_post action no wp-includes/user.php
25 after_password_reset action no wp-includes/user.php
26 password_reset action no wp-includes/user.php
27 lostpassword_post action no wp-includes/user.php
28 retrieve_password_key action no wp-includes/user.php
29 retrieve_password action no wp-includes/user.php
30 user_register action no wp-includes/user.php
31 make_ham_user action no wp-includes/user.php
32 make_spam_user action no wp-includes/user.php
33 lostpassword_errors filter no wp-includes/user.php
34 clean_user_cache action no wp-includes/user.php
35 application_password_failed_authentication action no wp-includes/user.php
36 application_password_did_authenticate action no wp-includes/user.php
37 application_password_failed_authentication action no wp-includes/user.php
38 wp_authenticate_application_password_errors action no wp-includes/user.php
39 application_password_failed_authentication action no wp-includes/user.php
40 wp_login action no wp-includes/user.php
41 wp_authenticate action no wp-includes/user.php
42 wp_is_application_passwords_available_for_user filter no wp-includes/user.php
43 wp_dropdown_users filter no wp-includes/user.php
44 illegal_user_logins filter no wp-includes/user.php
45 pre_user_login filter no wp-includes/user.php
46 validate_username filter no wp-includes/user.php
47 email_exists filter no wp-includes/user.php
48 username_exists filter no wp-includes/user.php
49 user_{$field} note filter no wp-includes/user.php
50 {$field} note filter no wp-includes/user.php
51 pre_user_{$field} note filter no wp-includes/user.php
52 pre_{$field} note filter no wp-includes/user.php
53 edit_user_{$field} note filter no wp-includes/user.php
54 edit_{$field} note filter no wp-includes/user.php
55 pre_user_nicename filter no wp-includes/user.php
56 wp_dropdown_users_args filter no wp-includes/user.php
57 pre_count_users filter no wp-includes/user.php
58 get_blogs_of_user filter no wp-includes/user.php
59 pre_get_blogs_of_user filter no wp-includes/user.php
60 get_user_option_{$option} note filter no wp-includes/user.php
61 get_usernumposts filter no wp-includes/user.php
62 check_is_user_spammed filter no wp-includes/user.php
63 application_password_is_api_request filter no wp-includes/user.php
64 wp_authenticate_user filter no wp-includes/user.php
65 wp_authenticate_user filter no wp-includes/user.php
66 pre_user_description filter no wp-includes/user.php
67 password_reset_expiration filter no wp-includes/user.php
68 allow_password_reset filter no wp-includes/user.php
69 password_hint filter no wp-includes/user.php
70 user_contactmethods filter no wp-includes/user.php
71 auth_cookie_expiration filter no wp-includes/user.php
72 email_change_email filter no wp-includes/user.php
73 password_change_email filter no wp-includes/user.php
74 send_email_change_email filter no wp-includes/user.php
75 send_password_change_email filter no wp-includes/user.php
76 insert_user_meta filter no wp-includes/user.php
77 wp_pre_insert_user_data filter no wp-includes/user.php
78 password_reset_key_expired filter no wp-includes/user.php
79 pre_user_display_name filter no wp-includes/user.php
80 pre_user_last_name filter no wp-includes/user.php
81 pre_user_first_name filter no wp-includes/user.php
82 pre_user_nickname filter no wp-includes/user.php
83 pre_user_url filter no wp-includes/user.php
84 pre_user_email filter no wp-includes/user.php
85 user_request_confirmed_email_content filter YES wp-includes/user.php
86 user_erasure_fulfillment_email_subject filter YES wp-includes/user.php
87 user_erasure_fulfillment_email_content filter YES wp-includes/user.php
88 user_erasure_fulfillment_email_headers filter YES wp-includes/user.php

Important warning about variable hooks

Some hooks have variables in their names. For example, pre_${taxonomy}_$field and admin_head- both have variable names. In general, any hook that ends (or begins) with - or _, or contains a $, has a variable name. Since the syntax with which these variables are defined may change from version to version, this page may think that a hook is deprecated (or new) even if it is not. You can usually catch this sort of thing by comparing this hook to the list of "related hooks" below.