Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Deprecated plugin hooks in WordPress 3.5

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 after_theme_row_{$theme_key} note action DEPRECATED
2 twentyten_credits action DEPRECATED
3 atompub_create_post action DEPRECATED
4 atompub_put_post action DEPRECATED
5 app_ns action DEPRECATED
6 app_head action DEPRECATED
7 app_entry action DEPRECATED
8 app_publish_post action DEPRECATED
9 wp_atom_server_class filter DEPRECATED
10 views_{$screen->id} note filter DEPRECATED
11 bulk_actions-{$screen->id} note filter DEPRECATED
12 manage_{$screen->id}_sortable_columns note filter DEPRECATED
13 theme_action_links_{$theme_key} note filter DEPRECATED
14 manage_{$screen->taxonomy}_custom_column note filter DEPRECATED
15 network_sites_updated_message_{$action} note filter DEPRECATED
16 twentyten_author_bio_avatar_size filter DEPRECATED
17 twentyten_header_image_width filter DEPRECATED
18 twentyten_header_image_height filter DEPRECATED
19 twentyten_attachment_size filter DEPRECATED
20 twentyten_attachment_height filter DEPRECATED
21 explain_nonce_{$verb}-{$noun} note filter DEPRECATED
22 explain_nonce_{$action} note filter DEPRECATED
23 wp_die_app_handler filter DEPRECATED
24 blog_option_{$setting} note 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.