Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Hooks in wp-includes/taxonomy.php

WP version: 2.9

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 YES wp-includes/taxonomy.php
2 add_term_relationship action YES wp-includes/taxonomy.php
3 clean_object_term_cache action no wp-includes/taxonomy.php
4 clean_term_cache action no wp-includes/taxonomy.php
5 created_term action no wp-includes/taxonomy.php
6 created_{$taxonomy} note action no wp-includes/taxonomy.php
7 create_term action no wp-includes/taxonomy.php
8 create_{$taxonomy} note action no wp-includes/taxonomy.php
9 deleted_term_relationships action YES wp-includes/taxonomy.php
10 deleted_term_relationships action no wp-includes/taxonomy.php
11 deleted_term_taxonomy action YES 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_relationships action YES wp-includes/taxonomy.php
15 delete_term_taxonomy action YES wp-includes/taxonomy.php
16 delete_{$taxonomy} note action no wp-includes/taxonomy.php
17 edited_term action no wp-includes/taxonomy.php
18 edited_terms action no wp-includes/taxonomy.php
19 edited_terms action YES wp-includes/taxonomy.php
20 edited_terms action no wp-includes/taxonomy.php
21 edited_terms action no wp-includes/taxonomy.php
22 edited_term_taxonomies action YES wp-includes/taxonomy.php
23 edited_term_taxonomy action no wp-includes/taxonomy.php
24 edited_term_taxonomy action no wp-includes/taxonomy.php
25 edited_term_taxonomy action YES wp-includes/taxonomy.php
26 edited_{$taxonomy} note action no wp-includes/taxonomy.php
27 edit_term action no wp-includes/taxonomy.php
28 edit_terms action no wp-includes/taxonomy.php
29 edit_terms action YES wp-includes/taxonomy.php
30 edit_terms action no wp-includes/taxonomy.php
31 edit_terms action no wp-includes/taxonomy.php
32 edit_term_taxonomies action YES wp-includes/taxonomy.php
33 edit_term_taxonomy action no wp-includes/taxonomy.php
34 edit_term_taxonomy action YES wp-includes/taxonomy.php
35 edit_term_taxonomy action no wp-includes/taxonomy.php
36 edit_term_{$field} note filter no wp-includes/taxonomy.php
37 edit_{$taxonomy} note action no wp-includes/taxonomy.php
38 edit_{$taxonomy}_{$field} note filter no wp-includes/taxonomy.php
39 get_term 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 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 list_terms_exclusions filter no wp-includes/taxonomy.php
47 pre_category_nicename filter no wp-includes/taxonomy.php
48 pre_term_{$field} note filter no wp-includes/taxonomy.php
49 pre_{$taxonomy}_{$field} note filter no wp-includes/taxonomy.php
50 set_object_terms action no wp-includes/taxonomy.php
51 taxonomy_template filter no wp-includes/taxonomy.php
52 term_id_filter filter no wp-includes/taxonomy.php
53 term_id_filter filter no wp-includes/taxonomy.php
54 term_link filter no wp-includes/taxonomy.php
55 term_{$field} note filter no wp-includes/taxonomy.php
56 term_{$field}_rss note filter no wp-includes/taxonomy.php
57 wp_get_object_terms filter no wp-includes/taxonomy.php
58 {$taxonomy}_{$field} note filter no wp-includes/taxonomy.php
59 {$taxonomy}_{$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.