Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

New plugin hooks in WordPress 3.7

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 plugins_update_check_locales filter YES 1
2 get_date_sql filter YES 1
3 img_caption_shortcode_width filter YES 1
4 wp_audio_shortcode_override filter YES 1
5 wp_video_shortcode_override filter YES 1
6 enable_live_network_counts filter YES 1
7 get_space_allowed filter YES 1
8 comment_notification_recipients filter YES 1
9 comment_moderation_recipients filter YES 1
10 wp_count_posts filter YES 1
11 wp_count_attachments filter YES 1
12 wp_search_stopwords filter YES 1
13 posts_search_orderby filter YES 1
14 flush_rewrite_rules_hard filter YES 1
15 date_query_valid_columns filter YES 1
16 themes_update_check_locales filter YES 1
17 check_is_user_spammed filter YES 1
18 password_reset_key_expired filter YES 1
19 edit_form_top action YES 1
20 {$taxonomy}_term_edit_form_tag note action YES 1
21 {$taxonomy}_term_new_form_tag note action YES 1
22 admin_print_styles-press-this-php action YES 1
23 admin_print_scripts-press-this-php action YES 1
24 admin_head-press-this-php action YES 1
25 user_new_form action YES 1
26 save_post_{$post->post_type} note action YES 1
27 parse_tax_query action YES 1
28 automatic_updater_disabled filter YES 1
29 send_core_update_notification_email filter YES 1
30 term_updated_messages filter YES 1
31 taxonomy_parent_dropdown_args filter YES 1
32 bulk_post_updated_messages filter YES 1
33 ajax_query_attachments_args filter YES 1
34 months_dropdown_results filter YES 1
35 install_plugins_table_api_args_{$tab} note filter YES 1
36 install_themes_table_api_args_{$tab} note filter YES 1
37 update_translations_complete_actions filter YES 1
38 upgrader_pre_download filter YES 1
39 allow_dev_auto_core_updates filter YES 1
40 allow_minor_auto_core_updates filter YES 1
41 allow_major_auto_core_updates filter YES 1
42 post_password_expires filter YES 1
43 automatic_updates_is_vcs_checkout filter YES 1
44 auto_update_{$type} note filter YES 1
45 automatic_updates_send_debug_email filter YES 1
46 auto_core_update_send_email filter YES 1
47 auto_core_update_email filter YES 1
48 media_submitbox_misc_sections filter YES 1
49 audio_submitbox_misc_sections filter YES 1
50 got_url_rewrite filter YES 1
51 populate_network_meta filter YES 1
52 http_api_transports filter YES 1
53 wp_link_query_args filter YES 1
54 wp_link_query 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.