Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

New 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 New? Instances
1 make_undelete_blog action YES 1
2 validate_password_reset action YES 1
3 xmlrpc_rsd_apis action YES 1
4 load-importer-{$importer} note action YES 1
5 edit_form_after_title action YES 1
6 edit_form_after_editor action YES 1
7 export_filters action YES 1
8 welcome_panel action YES 1
9 restrict_manage_comments action YES 1
10 restrict_manage_users action YES 1
11 upload_ui_over_quota action YES 1
12 attachment_submitbox_misc_actions action YES 1
13 twentytwelve_credits action YES 1
14 print_media_templates action YES 1
15 wp_enqueue_media action YES 1
16 make_delete_blog action YES 1
17 after_theme_row_{$stylesheet} note action YES 1
18 get_edit_user_link filter YES 1
19 {$adjacent}_image_link note filter YES 1
20 wp_image_editors filter YES 1
21 wp_prepare_attachment_for_js filter YES 1
22 media_view_settings filter YES 1
23 media_view_strings filter YES 1
24 blog_option_{$option} note filter YES 1
25 is_email_address_unsafe filter YES 1
26 domain_exists filter YES 1
27 pre_get_space_used filter YES 1
28 nonce_user_logged_out filter YES 1
29 post_type_labels_{$post_type} note filter YES 1
30 exit_on_http_head filter YES 1
31 wp_get_update_data filter YES 1
32 post_link_category filter YES 1
33 pre_http_send_through_proxy filter YES 1
34 export_args filter YES 1
35 views_{$this->screen->id} note filter YES 1
36 bulk_actions-{$this->screen->id} note filter YES 1
37 manage_{$this->screen->id}_sortable_columns note filter YES 1
38 manage_taxonomies_for_attachment_columns filter YES 1
39 theme_action_links_{$stylesheet} note filter YES 1
40 manage_taxonomies_for_{$post_type}_columns note filter YES 1
41 manage_{$this->screen->taxonomy}_custom_column note filter YES 1
42 image_editor_save_pre filter YES 1
43 wp_save_image_editor_file filter YES 1
44 wp_image_editor_before_change filter YES 1
45 network_sites_updated_message_{$updated} note filter YES 1
46 twentytwelve_author_bio_avatar_size filter YES 1
47 twentytwelve_status_avatar filter YES 1
48 twentytwelve_attachment_size filter YES 1
49 login_body_class filter YES 1
50 oembed_fetch_url filter YES 1
51 wp_editor_set_quality filter YES 1
52 image_editor_default_mime_type filter YES 1
53 pre_option_enable_xmlrpc filter YES 1
54 option_enable_xmlrpc filter YES 1
55 xmlrpc_enabled filter YES 1
56 xmlrpc_login_error filter YES 1
57 xmlrpc_prepare_user filter YES 1
58 xmlrpc_default_user_fields filter YES 1
59 xmlrpc_default_revision_fields filter YES 1
60 do_parse_request filter YES 1
61 cron_request filter YES 1
62 mime_types filter YES 1
63 wp_checkdate filter YES 1
64 wp_kses_allowed_html filter YES 1

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.