Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

New plugin hooks in WordPress 4.8

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 akismet_admin_page_hook_suffixes filter YES 1
2 akismet_delete_commentmeta_batch action YES 1
3 akismet_delete_comment_batch action YES 1
4 customize_save_{$id_base} note action YES 1
5 deleted_blog action YES 1
6 enable_login_autofocus filter YES 1
7 file_mod_allowed filter YES 1
8 get_header_video_url filter YES 1
9 handle_bulk_actions-{$screen} note filter YES 1
10 handle_network_bulk_actions-{$screen} note filter YES 1
11 media_library_months_with_files filter YES 1
12 media_library_show_audio_playlist filter YES 1
13 media_library_show_video_playlist filter YES 1
14 minimum_site_name_length filter YES 1
15 nav_menu_submenu_css_class filter YES 1
16 page_menu_link_attributes filter YES 1
17 post_date_column_status filter YES 1
18 print_default_editor_scripts action YES 1
19 rest_oembed_ttl filter YES 1
20 send_auth_cookies filter YES 1
21 signup_site_meta filter YES 1
22 signup_user_meta filter YES 1
23 theme_scandir_exclusions filter YES 1
24 twentyseventeen_starter_content filter YES 1
25 widget_text_content filter YES 1
26 widget_{$this->id_base}_instance note filter YES 1
27 wp_doing_cron 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.