Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Deprecated plugin hooks in WordPress 3.1

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 Renamed?
1 manage_blogs_custom_column action DEPRECATED
2 password_reset_title filter DEPRECATED
3 password_reset_message filter DEPRECATED
4 edit_{$taxonomy}_per_page note filter DEPRECATED
5 ms_sites_per_page filter DEPRECATED
6 ms_users_per_page filter DEPRECATED
7 show_adduser_fields filter DEPRECATED
8 plugins_per_page filter DEPRECATED
9 plugin_action_links filter DEPRECATED
10 plugin_action_links_{$plugin_file} note filter DEPRECATED
11 link_cat_row_actions filter DEPRECATED
12 manage_link_categories_custom_column filter DEPRECATED
13 manage_{$taxonomy}_custom_column note filter DEPRECATED
14 hierarchical_post_types filter DEPRECATED
15 category_rewrite_rules filter DEPRECATED
16 taxonomy_template filter DEPRECATED
17 author_template filter DEPRECATED
18 category_template filter DEPRECATED
19 tag_template filter DEPRECATED
20 home_template filter DEPRECATED
21 front_page_template filter DEPRECATED
22 page_template filter DEPRECATED
23 single_template filter DEPRECATED
24 comments_popup_template filter DEPRECATED

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.