WP hooks navigation: Home/browse • Actions index • Filters index
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 | bloginfo | filter | no | wp-includes/general-template.php | |
2 | bloginfo_url | filter | no | wp-includes/general-template.php | |
3 | getarchives_join | filter | no | wp-includes/general-template.php | |
4 | getarchives_where | filter | no | wp-includes/general-template.php | |
5 | get_archives_link | filter | no | wp-includes/general-template.php | |
6 | get_calendar | filter | no | wp-includes/general-template.php | |
7 | get_calendar | filter | no | wp-includes/general-template.php | |
8 | get_calendar | filter | no | wp-includes/general-template.php | |
9 | get_calendar | filter | no | wp-includes/general-template.php | |
10 | get_footer | action | no | wp-includes/general-template.php | |
11 | get_header | action | no | wp-includes/general-template.php | |
12 | get_post_modified_time | filter | no | wp-includes/general-template.php | |
13 | get_post_time | filter | no | wp-includes/general-template.php | |
14 | get_search_form | filter | no | wp-includes/general-template.php | |
15 | get_search_query | filter | no | wp-includes/general-template.php | |
16 | get_sidebar | action | no | wp-includes/general-template.php | |
17 | get_template_part_{$slug} | note | action | no | wp-includes/general-template.php |
18 | get_the_archive_description | filter | no | wp-includes/general-template.php | |
19 | get_the_archive_title | filter | no | wp-includes/general-template.php | |
20 | get_the_date | filter | no | wp-includes/general-template.php | |
21 | get_the_generator_{$type} | note | filter | no | wp-includes/general-template.php |
22 | get_the_modified_date | filter | no | wp-includes/general-template.php | |
23 | get_the_modified_time | filter | no | wp-includes/general-template.php | |
24 | get_the_time | filter | no | wp-includes/general-template.php | |
25 | language_attributes | filter | no | wp-includes/general-template.php | |
26 | loginout | filter | no | wp-includes/general-template.php | |
27 | loginout | filter | no | wp-includes/general-template.php | |
28 | login_form_bottom | filter | no | wp-includes/general-template.php | |
29 | login_form_defaults | filter | no | wp-includes/general-template.php | |
30 | login_form_middle | filter | no | wp-includes/general-template.php | |
31 | login_form_top | filter | no | wp-includes/general-template.php | |
32 | login_url | filter | no | wp-includes/general-template.php | |
33 | logout_url | filter | no | wp-includes/general-template.php | |
34 | lostpassword_url | filter | no | wp-includes/general-template.php | |
35 | paginate_links | filter | no | wp-includes/general-template.php | |
36 | paginate_links | filter | no | wp-includes/general-template.php | |
37 | paginate_links | filter | no | wp-includes/general-template.php | |
38 | post_type_archive_title | filter | no | wp-includes/general-template.php | |
39 | pre_get_search_form | action | no | wp-includes/general-template.php | |
40 | register | filter | no | wp-includes/general-template.php | |
41 | register_url | filter | no | wp-includes/general-template.php | |
42 | search_form_format | filter | no | wp-includes/general-template.php | |
43 | single_cat_title | filter | no | wp-includes/general-template.php | |
44 | single_post_title | filter | no | wp-includes/general-template.php | |
45 | single_tag_title | filter | no | wp-includes/general-template.php | |
46 | single_term_title | filter | no | wp-includes/general-template.php | |
47 | the_date | filter | no | wp-includes/general-template.php | |
48 | the_generator | filter | no | wp-includes/general-template.php | |
49 | the_modified_date | filter | no | wp-includes/general-template.php | |
50 | the_modified_time | filter | no | wp-includes/general-template.php | |
51 | the_search_query | filter | no | wp-includes/general-template.php | |
52 | the_time | filter | no | wp-includes/general-template.php | |
53 | the_title | filter | no | wp-includes/general-template.php | |
54 | the_title | filter | no | wp-includes/general-template.php | |
55 | the_weekday | filter | no | wp-includes/general-template.php | |
56 | the_weekday_date | filter | no | wp-includes/general-template.php | |
57 | user_can_richedit | filter | no | wp-includes/general-template.php | |
58 | wp_admin_css | filter | no | wp-includes/general-template.php | |
59 | wp_admin_css | filter | no | wp-includes/general-template.php | |
60 | wp_admin_css_uri | filter | no | wp-includes/general-template.php | |
61 | wp_default_editor | filter | no | wp-includes/general-template.php | |
62 | wp_footer | action | no | wp-includes/general-template.php | |
63 | wp_generator_type | filter | no | wp-includes/general-template.php | |
64 | wp_head | action | no | wp-includes/general-template.php | |
65 | wp_meta | action | no | wp-includes/general-template.php | |
66 | wp_title | filter | no | wp-includes/general-template.php | |
67 | wp_title_parts | filter | no | wp-includes/general-template.php |
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.