Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

New plugin hooks in WordPress 2.0.11

Important! Some WordPress hooks get applied in multiple PHP files. If you are trying to figure out what a specific WordPress hook does, sort the table by "hook" and make sure you are looking in all the files where it occurs.

Hook Type New? Instances
1 set_current_user action YES 1
2 update_option_{$option_name} note action YES 1
3 admin_notices action YES 1
4 dbx_page_advanced action YES 1
5 dbx_page_sidebar action YES 1
6 dbx_post_advanced action YES 1
7 dbx_post_sidebar action YES 1
8 sanitize_comment_cookies action YES 1
9 pre_user_nicename filter YES 1
10 pre_user_login filter YES 1
11 pre_user_url filter YES 1
12 pre_user_email filter YES 1
13 pre_user_display_name filter YES 1
14 pre_user_nickname filter YES 1
15 pre_user_first_name filter YES 1
16 pre_user_last_name filter YES 1
17 pre_user_description filter YES 1
18 bloginfo_url filter YES 1
19 single_cat_title filter YES 1
20 query filter YES 1
21 gettext filter YES 1
22 pre_link_rss filter YES 1
23 pre_category_name filter YES 1
24 pre_category_nicename filter YES 1
25 pre_category_description filter YES 1
26 pre_link_name filter YES 1
27 pre_link_url filter YES 1
28 pre_link_image filter YES 1
29 pre_link_target filter YES 1
30 pre_link_notes filter YES 1
31 pre_link_description filter YES 1
32 comment_post_redirect filter YES 1
33 pre_link_rel filter YES 1
34 preview_post_link filter YES 1
35 comment_edit_redirect filter YES 1
36 sanitize_user filter YES 1
37 js_escape filter YES 1
38 attribute_escape filter YES 1
39 content_filtered_save_pre filter YES 1
40 get_category filter YES 1
41 validate_username filter YES 1

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.