Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

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