Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

New plugin hooks in WordPress 6.9

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_populate_network action YES 1
2 after_upgrade_to_multisite action YES 1
3 akismet_show_compatible_plugins filter YES 1
4 before_populate_network action YES 1
5 block_bindings_supported_attributes filter YES 1
6 block_bindings_supported_attributes_{$block_type} note filter YES 1
7 block_core_social_link_get_services filter YES 1
8 bulk_action_observer_ids filter YES 1
9 enqueue_empty_block_content_assets filter YES 1
10 post_states_html filter YES 1
11 pre_post_insert action YES 1
12 pre_site_option filter YES 1
13 quick_edit_statuses filter YES 1
14 update_term_count action YES 1
15 validate_plugin_requirements filter YES 1
16 validate_theme_requirements filter YES 1
17 wp_abilities_api_categories_init action YES 1
18 wp_abilities_api_init action YES 1
19 wp_after_execute_ability action YES 1
20 wp_ajax_menu_quick_search_args filter YES 1
21 wp_before_execute_ability action YES 1
22 wp_before_include_template action YES 1
23 wp_finalized_template_enhancement_output_buffer action YES 1
24 wp_mail_embed_args filter YES 1
25 wp_register_ability_args filter YES 1
26 wp_register_ability_category_args filter YES 1
27 wp_should_output_buffer_template_for_enhancement filter YES 1
28 wp_template_enhancement_output_buffer filter YES 1
29 wp_template_enhancement_output_buffer_started action 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.