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