Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

New plugin hooks in WordPress 5.3

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 admin_email_check_interval filter YES 1
2 admin_email_confirm action YES 1
3 admin_email_confirm_form action YES 1
4 big_image_size_threshold filter YES 1
5 comments_pre_query filter YES 1
6 display_site_states filter YES 1
7 insert_with_markers_inline_instructions filter YES 1
8 is_sticky filter YES 1
9 log_query_custom_data filter YES 1
10 make_clickable_rel filter YES 1
11 manage_sites_extra_tablenav action YES 1
12 recovery_email_debug_info filter YES 1
13 register_sidebar_defaults filter YES 1
14 restrict_manage_sites action YES 1
15 site_status_test_result filter YES 1
16 terms_pre_query filter YES 1
17 twentytwenty_customize_opacity_range filter YES 1
18 twentytwenty_disallowed_post_types_for_meta_output filter YES 1
19 twentytwenty_end_of_post_meta_list action YES 1
20 twentytwenty_get_elements_array filter YES 1
21 twentytwenty_get_localized_font_family_elements filter YES 1
22 twentytwenty_get_localized_font_family_types filter YES 1
23 twentytwenty_get_the_archive_title_regex filter YES 1
24 twentytwenty_post_meta_location_single_bottom filter YES 1
25 twentytwenty_post_meta_location_single_top filter YES 1
26 twentytwenty_show_categories_in_entry_header filter YES 1
27 twentytwenty_site_description filter YES 1
28 twentytwenty_site_logo filter YES 1
29 twentytwenty_site_logo_args filter YES 1
30 twentytwenty_starter_content filter YES 1
31 twentytwenty_start_of_post_meta_list action YES 1
32 twentytwenty_toggle_duration filter YES 1
33 wp_date filter YES 1
34 wp_get_missing_image_subsizes filter YES 1
35 wp_get_original_image_path filter YES 1
36 wp_get_original_image_url filter YES 1
37 wp_image_maybe_exif_rotate filter YES 1
38 wp_image_resize_identical_dimensions filter YES 1
39 wp_privacy_personal_data_email_subject filter YES 1
40 wp_privacy_personal_data_email_to filter YES 1
41 {$arg} note 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.