Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Deprecated plugin hooks in WordPress 6.1

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 Renamed?
1 global_terms_enabled filter DEPRECATED
2 twentytwenty_customize_opacity_range filter DEPRECATED
3 twentytwenty_disallowed_post_types_for_meta_output filter DEPRECATED
4 twentytwenty_end_of_post_meta_list action DEPRECATED
5 twentytwenty_get_elements_array filter DEPRECATED
6 twentytwenty_get_localized_font_family_elements filter DEPRECATED
7 twentytwenty_get_localized_font_family_types filter DEPRECATED
8 twentytwenty_get_the_archive_title_regex filter DEPRECATED
9 twentytwenty_post_meta_location_single_bottom filter DEPRECATED
10 twentytwenty_post_meta_location_single_top filter DEPRECATED
11 twentytwenty_show_categories_in_entry_header filter DEPRECATED
12 twentytwenty_site_description filter DEPRECATED
13 twentytwenty_site_logo filter DEPRECATED
14 twentytwenty_site_logo_args filter DEPRECATED
15 twentytwenty_social_icons_map filter DEPRECATED
16 twentytwenty_starter_content filter DEPRECATED
17 twentytwenty_start_of_post_meta_list action DEPRECATED
18 twentytwenty_svg_icons_social filter DEPRECATED
19 twentytwenty_svg_icons_{$group} note filter DEPRECATED
20 twentytwenty_svg_icon_color filter DEPRECATED
21 twentytwenty_toggle_duration filter DEPRECATED

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.