Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Hooks in wp-includes/user.php

WP version: 3.2

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 edit_user_{$field} note filter no wp-includes/user.php
2 edit_{$field} note filter no wp-includes/user.php
3 found_users_query filter YES wp-includes/user.php
4 get_blogs_of_user filter no wp-includes/user.php
5 get_usernumposts filter no wp-includes/user.php
6 get_user_option_{$option} note filter no wp-includes/user.php
7 pre_user_description filter no wp-includes/user.php
8 pre_user_display_name filter no wp-includes/user.php
9 pre_user_email filter no wp-includes/user.php
10 pre_user_first_name filter no wp-includes/user.php
11 pre_user_last_name filter no wp-includes/user.php
12 pre_user_login filter no wp-includes/user.php
13 pre_user_nicename filter no wp-includes/user.php
14 pre_user_nickname filter no wp-includes/user.php
15 pre_user_query action no wp-includes/user.php
16 pre_user_url filter no wp-includes/user.php
17 pre_user_{$field} note filter no wp-includes/user.php
18 pre_{$field} note filter no wp-includes/user.php
19 profile_update action no wp-includes/user.php
20 secure_signon_cookie filter no wp-includes/user.php
21 user_contactmethods filter no wp-includes/user.php
22 user_register action no wp-includes/user.php
23 user_{$field} note filter no wp-includes/user.php
24 validate_username filter no wp-includes/user.php
25 wp_authenticate action no wp-includes/user.php
26 wp_authenticate_user filter no wp-includes/user.php
27 wp_dropdown_users filter no wp-includes/user.php
28 wp_login action no wp-includes/user.php
29 {$field} note filter no 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.