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 | added_term_relationship | action | no | wp-includes/taxonomy.php | |
2 | add_term_relationship | action | no | wp-includes/taxonomy.php | |
3 | category_link | filter | no | wp-includes/taxonomy.php | |
4 | clean_object_term_cache | action | no | wp-includes/taxonomy.php | |
5 | clean_term_cache | action | no | wp-includes/taxonomy.php | |
6 | created_term | action | no | wp-includes/taxonomy.php | |
7 | created_{$taxonomy} | note | action | no | wp-includes/taxonomy.php |
8 | create_term | action | no | wp-includes/taxonomy.php | |
9 | create_{$taxonomy} | note | action | no | wp-includes/taxonomy.php |
10 | deleted_term_relationships | action | no | wp-includes/taxonomy.php | |
11 | deleted_term_taxonomy | action | no | wp-includes/taxonomy.php | |
12 | delete_term | action | no | wp-includes/taxonomy.php | |
13 | delete_term_relationships | action | no | wp-includes/taxonomy.php | |
14 | delete_term_taxonomy | action | no | wp-includes/taxonomy.php | |
15 | delete_{$taxonomy} | note | action | no | wp-includes/taxonomy.php |
16 | edited_term | action | no | wp-includes/taxonomy.php | |
17 | edited_terms | action | no | wp-includes/taxonomy.php | |
18 | edited_terms | action | no | wp-includes/taxonomy.php | |
19 | edited_term_taxonomies | action | no | wp-includes/taxonomy.php | |
20 | edited_term_taxonomy | action | no | wp-includes/taxonomy.php | |
21 | edited_term_taxonomy | action | no | wp-includes/taxonomy.php | |
22 | edited_term_taxonomy | action | no | wp-includes/taxonomy.php | |
23 | edited_{$taxonomy} | note | action | no | wp-includes/taxonomy.php |
24 | edit_term | action | no | wp-includes/taxonomy.php | |
25 | edit_terms | action | no | wp-includes/taxonomy.php | |
26 | edit_terms | action | no | wp-includes/taxonomy.php | |
27 | edit_term_taxonomies | action | no | wp-includes/taxonomy.php | |
28 | edit_term_taxonomy | action | no | wp-includes/taxonomy.php | |
29 | edit_term_taxonomy | action | no | wp-includes/taxonomy.php | |
30 | edit_term_taxonomy | action | no | wp-includes/taxonomy.php | |
31 | edit_term_{$field} | note | filter | no | wp-includes/taxonomy.php |
32 | edit_{$taxonomy} | note | action | no | wp-includes/taxonomy.php |
33 | edit_{$taxonomy}_{$field} | note | filter | no | wp-includes/taxonomy.php |
34 | get_ancestors | filter | no | wp-includes/taxonomy.php | |
35 | get_ancestors | filter | no | wp-includes/taxonomy.php | |
36 | get_object_terms | filter | YES | wp-includes/taxonomy.php | |
37 | get_term | filter | no | wp-includes/taxonomy.php | |
38 | get_term | filter | no | wp-includes/taxonomy.php | |
39 | get_terms | filter | no | wp-includes/taxonomy.php | |
40 | get_terms | filter | no | wp-includes/taxonomy.php | |
41 | get_terms | filter | no | wp-includes/taxonomy.php | |
42 | get_terms_args | filter | no | wp-includes/taxonomy.php | |
43 | get_terms_fields | filter | no | wp-includes/taxonomy.php | |
44 | get_terms_orderby | filter | no | wp-includes/taxonomy.php | |
45 | get_{$taxonomy} | note | filter | no | wp-includes/taxonomy.php |
46 | get_{$taxonomy} | note | filter | no | wp-includes/taxonomy.php |
47 | list_terms_exclusions | filter | no | wp-includes/taxonomy.php | |
48 | post_format_rewrite_base | filter | no | wp-includes/taxonomy.php | |
49 | pre_category_nicename | filter | no | wp-includes/taxonomy.php | |
50 | pre_delete_term | action | no | wp-includes/taxonomy.php | |
51 | pre_insert_term | filter | no | wp-includes/taxonomy.php | |
52 | pre_term_{$field} | note | filter | no | wp-includes/taxonomy.php |
53 | pre_{$taxonomy}_{$field} | note | filter | no | wp-includes/taxonomy.php |
54 | registered_taxonomy | action | no | wp-includes/taxonomy.php | |
55 | set_object_terms | action | no | wp-includes/taxonomy.php | |
56 | split_shared_term | action | YES | wp-includes/taxonomy.php | |
57 | tag_link | filter | no | wp-includes/taxonomy.php | |
58 | terms_clauses | filter | no | wp-includes/taxonomy.php | |
59 | term_id_filter | filter | no | wp-includes/taxonomy.php | |
60 | term_id_filter | filter | no | wp-includes/taxonomy.php | |
61 | term_link | filter | no | wp-includes/taxonomy.php | |
62 | term_{$field} | note | filter | no | wp-includes/taxonomy.php |
63 | term_{$field}_rss | note | filter | no | wp-includes/taxonomy.php |
64 | wp_get_object_terms | filter | no | wp-includes/taxonomy.php | |
65 | wp_update_term_parent | filter | no | wp-includes/taxonomy.php | |
66 | {$taxonomy}_{$field} | note | filter | no | wp-includes/taxonomy.php |
67 | {$taxonomy}_{$field}_rss | note | filter | no | wp-includes/taxonomy.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.