Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

New plugin hooks in WordPress 3.6

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 after_menu_locations_table action YES 1
2 akismet_comment_check_response action YES 1
3 comments_link_feed filter YES 1
4 comment_link filter YES 1
5 customize_save_after action YES 1
6 get_attached_media filter YES 1
7 get_attached_media_args filter YES 1
8 get_comments_link filter YES 1
9 get_post_galleries filter YES 1
10 get_post_gallery filter YES 1
11 heartbeat_nopriv_received filter YES 1
12 heartbeat_nopriv_send filter YES 1
13 heartbeat_nopriv_tick action YES 1
14 heartbeat_received filter YES 1
15 heartbeat_send filter YES 1
16 heartbeat_settings filter YES 1
17 heartbeat_tick action YES 1
18 http_request_host_is_external filter YES 1
19 http_request_reject_unsafe_urls filter YES 1
20 nav_menu_link_attributes filter YES 1
21 override_post_lock filter YES 1
22 pingback_ping_source_uri filter YES 1
23 post_locked_dialog action YES 1
24 post_lock_lost_dialog action YES 1
25 pre_get_search_form action YES 1
26 register_url filter YES 1
27 search_form_format filter YES 1
28 self_link filter YES 1
29 shortcode_atts_{$shortcode} note filter YES 1
30 show_post_locked_dialog filter YES 1
31 twentythirteen_attachment_size filter YES 1
32 twentythirteen_author_bio_avatar_size filter YES 1
33 twentythirteen_credits action YES 1
34 upgrader_process_complete action YES 1
35 user_search_columns filter YES 1
36 widget_meta_poweredby filter YES 1
37 wp_audio_embed_handler filter YES 1
38 wp_audio_extensions filter YES 1
39 wp_audio_shortcode filter YES 1
40 wp_audio_shortcode_class filter YES 1
41 wp_audio_shortcode_handler filter YES 1
42 wp_audio_shortcode_library filter YES 1
43 wp_auth_check_interval filter YES 1
44 wp_auth_check_load filter YES 1
45 wp_auth_check_same_domain filter YES 1
46 wp_embed_handler_audio filter YES 1
47 wp_embed_handler_video filter YES 1
48 wp_http_accept_encoding filter YES 1
49 wp_link_pages filter YES 1
50 wp_link_pages_link filter YES 1
51 wp_login_errors filter YES 1
52 wp_mediaelement_fallback filter YES 1
53 wp_nav_locations_listed_per_menu filter YES 1
54 wp_revisions_to_keep filter YES 1
55 wp_save_post_revision_check_for_changes filter YES 1
56 wp_video_embed_handler filter YES 1
57 wp_video_extensions filter YES 1
58 wp_video_shortcode filter YES 1
59 wp_video_shortcode_class filter YES 1
60 wp_video_shortcode_handler filter YES 1
61 wp_video_shortcode_library filter YES 1
62 xmlrpc_pingback_error 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.