pre_term_name
- Priority: 10
- sanitize_text_field
- wp_filter_kses
- Priority: 30
|
No definition in the Code Reference, but present in core. |
pre_comment_author_name
- Priority: 10
- sanitize_text_field
- wp_filter_kses
- Priority: 30
|
Filter the comment author’s name cookie before it is set.
When this filter hook is evaluated in wp_filter_comment(), the comment author’s name string is passed.
|
pre_link_name
- Priority: 10
- sanitize_text_field
- wp_filter_kses
- Priority: 30
|
No definition in the Code Reference, but present in core. |
pre_link_target
- Priority: 10
- sanitize_text_field
- wp_filter_kses
- Priority: 30
|
No definition in the Code Reference, but present in core. |
pre_link_rel
- Priority: 10
- sanitize_text_field
- wp_filter_kses
- Priority: 30
|
No definition in the Code Reference, but present in core. |
pre_user_display_name
- Priority: 10
- sanitize_text_field
- wp_filter_kses
- Priority: 30
|
Filter a user’s display name before the user is created or updated. |
pre_user_first_name
- Priority: 10
- sanitize_text_field
- wp_filter_kses
- Priority: 30
|
Filter a user’s first name before the user is created or updated. |
pre_user_last_name
- Priority: 10
- sanitize_text_field
- wp_filter_kses
- Priority: 30
|
Filter a user’s last name before the user is created or updated. |
pre_user_nickname
- Priority: 10
- sanitize_text_field
- wp_filter_kses
- Priority: 30
|
Filter a user’s nickname before the user is created or updated. |
term_name
- Priority: 10
- wptexturize
- convert_chars
- esc_html
- Priority: 30
|
Filter display of the term name in the terms list table. |
comment_author_name
|
Filter the comment author’s name cookie before it is set. |
link_name
- Priority: 10
- wptexturize
- convert_chars
- esc_html
- Priority: 30
|
No definition in the Code Reference, but present in core.
It’s also connected to two deprecated functions: get_linkobjects and get_linkobjectsbyname.
The up to date hook for this is now get_bookmarks.
|
link_target
|
Read directly above. |
link_rel
|
Read back up to link_name. |
user_display_name
|
Filter a user’s display name before the user is created or updated. |
user_first_name
|
Filter a user’s first name before the user is created or updated. |
user_last_name
|
Filter a user’s last name before the user is created or updated. |
user_nickname
|
Filter a user’s nickname before the user is created or updated. |
pre_term_description
|
No definition in the Code Reference, but present in core. |
pre_link_description
|
No definition in the Code Reference, but present in core. |
pre_link_notes
|
No definition in the Code Reference, but present in core. |
pre_user_description
|
Filter a user’s description before the user is created or updated. |
pre_comment_author_email
- Priority: 10
- trim
- sanitize_email
- wp_filter_kses
|
Filter the comment author’s email cookie before it is set. |
pre_user_email
- Priority: 10
- trim
- sanitize_email
- wp_filter_kses
|
Filter a user’s email before the user is created or updated. |
comment_author_email
|
Filter the comment author’s returned email address. |
user_email
|
No definition in the Code Reference, but present in core. |
pre_comment_author_url
- Priority: 10
- wp_strip_all_tags
- esc_url_raw
- wp_filter_kses
|
Filter the comment author’s URL cookie before it is set. |
pre_user_url
- Priority: 10
- wp_strip_all_tags
- esc_url_raw
- wp_filter_kses
|
Filter a user’s URL before the user is created or updated. |
pre_link_url
- Priority: 10
- wp_strip_all_tags
- esc_url_raw
- wp_filter_kses
|
No definition in the Code Reference, but present in core. |
pre_link_image
- Priority: 10
- wp_strip_all_tags
- esc_url_raw
- wp_filter_kses
|
No definition in the Code Reference, but present in core. |
pre_link_rss
- Priority: 10
- wp_strip_all_tags
- esc_url_raw
- wp_filter_kses
|
No definition in the Code Reference, but present in core. |
pre_post_guid
- Priority: 10
- wp_strip_all_tags
- esc_url_raw
- wp_filter_kses
|
No definition in the Code Reference, but present in core. |
user_url
|
No definition in the Code Reference, but present in core. |
link_url
|
Refer to link_name notes. |
link_image
|
Refer to link_name notes. |
link_rss
|
Refer to link_name notes. |
comment_url
|
Filter the comment author’s URL for display. |
post_guid
|
No definition in the Code Reference, but present in core. |
pre_term_slug
|
No definition in the Code Reference, but present in core. |
pre_post_type
|
No definition in the Code Reference, but present in core. |
pre_post_status
|
No definition in the Code Reference, but present in core. |
pre_post_comment_status
|
No definition in the Code Reference, but present in core. |
pre_post_ping_status
|
No definition in the Code Reference, but present in core. |
pre_post_mime_type
|
No definition in the Code Reference, but present in core. |
post_mime_type
|
The closest I found to this hook was post_mime_types with an “s”.
Filter the default list of post mime types.
|
content_save_pre
|
No definition in the Code Reference.
This appears to be tied to the kses_init_filters function.
This function adds all Kses input form content filters. In plain English, this is for data sanitization on form fields.
|
excerpt_save_pre
|
Refer to content_save_pre notes. |
comment_save_pre
|
Refer to content_save_pre notes. |
pre_comment_content
- Priority: 15
- Priority: 50
|
Filter the comment content before it is set. |
comment_author
- Priority: 10
- wptexturize
- convert_chars
- esc_html
|
Filter the comment author’s name for display. |
link_description
- Priority: 10
- wptexturize
- convert_chars
- esc_html
|
Refer to link_name notes. |
link_notes
- Priority: 10
- wptexturize
- convert_chars
- esc_html
|
Refer to link_name notes. |
bloginfo
- Priority: 10
- wptexturize
- convert_chars
- esc_html
|
Filter the site information returned by get_bloginfo().
( Blog info refers to your site tagline – the one you fill out on the dashboard under Settings > General. )
|
wp_title
- Priority: 10
- wptexturize
- convert_chars
- esc_html
- Priority: 11
|
Filter the text of the page title. |
widget_title
- Priority: 10
- wptexturize
- convert_chars
- esc_html
|
Filter the widget title. |
the_content
- Priority: 8
- [object] WP_Embed -> run_shortcode
- [object] WP_Embed -> autoembed
- Priority: 10
- wptexturize
- convert_smilies
- convert_chars
- wpautop
- shortcode_unautop
- prepend_attachment
- Priority: 11
- capital_P_dangit
- do_shortcode
|
Filter the post content. |
the_title
- Priority: 10
- wptexturize
- convert_chars
- trim
- Priority: 11
|
Deprecated. You can find this hook in wp-includes/deprecated.php for reference. Depending on what you need the filter, there are other hooks you can use to replace it.
I’ve linked to the hook results in the Code Reference instead of one individual result. They should tell you what to use instead of the_title.
|
comment_text
- Priority: 9
- Priority: 10
- wptexturize
- convert_chars
- Priority: 20
- Priority: 25
- Priority: 30
- Priority: 31
|
Filter the text of a comment to be displayed. |
single_post_title
|
Filter the page title for a single post. |
single_cat_title
|
Filter the category archive page title. |
single_tag_title
|
Filter the tag archive page title. |
single_month_title
|
This isn’t in the Code Reference as a filter so I’ve linked to it’s function definition.
From what I’m seeing in wp-includes/default-filters.php, this is a hook though.
The hook should filter the title for post archives based on date.
|
nav_menu_attr_title
|
Filter a navigation menu item’s title attribute. |
nav_menu_description
|
Filter a navigation menu item’s description. |
term_description
- Priority: 10
- wptexturize
- convert_chars
- wpautop
- shortcode_unautop
|
No definition in the Code Reference, but present in core |
term_name_rss
|
No definition in the Code Reference, but present in core. |
wp_insert_post_parent
- Priority: 10
- wp_check_post_hierarchy_for_loops
|
Filter the post parent — used to check for and prevent hierarchy loops. |
wp_update_term_parent
- Priority: 10
- wp_check_term_hierarchy_for_loops
|
Hook to this filter to see if it will cause a hierarchy loop.
|
the_excerpt
- Priority: 10
- wptexturize
- convert_smilies
- convert_chars
- wpautop
- shortcode_unautop
|
Filter the displayed post excerpt. |
get_the_excerpt
|
Filter the retrieved post excerpt. |
comment_excerpt
|
Filter the comment excerpt for display. |
list_cats
|
Filter a taxonomy drop-down display element. |
wp_sprintf
|
Filter a fragment from the pattern passed to wp_sprintf().
I honestly have no idea what this means…
|
the_title_rss
|
Filter the post title for use in a feed. |
the_content_rss
|
No proper definition in the Code Reference, but present in core. |
the_content_feed
|
Filter the post content for use in feeds. |
the_excerpt_rss
|
Filter the post excerpt for a feed. |
comment_author_rss
|
Filter the current comment author for use in a feed. |
comment_text_rss
- Priority: 8
- Priority: 10
- esc_html
- wp_staticize_emoji
|
Filter the current comment content for use in a feed. |
bloginfo_rss
|
Filter the bloginfo for display in RSS feeds. |
the_author
|
Filter the display name of the current post’s author. |
the_guid
|
Filter the escaped Global Unique Identifier (guid) of the post. |
wp_mail
- Priority: 10
- wp_staticize_emoji_for_email
|
Filter the wp_mail() arguments. |
option_ping_sites
|
No definition in the Code Reference, but present in core. |
option_blog_charset
- Priority: 10
- _wp_specialchars
- _canonical_charset
|
No definition in the Code Reference, but present in core. |
option_home
|
No definition in the Code Reference, but present in core. |
option_siteurl
|
No definition in the Code Reference, but present in core. |
tiny_mce_before_init
|
Filter the TinyMCE config before init. |
teeny_mce_before_init
|
Filter the teenyMCE config before init. |
pre_kses
|
Filter content to be run through kses. |
sanitize_title
- Priority: 10
- sanitize_title_with_dashes
|
Filter a sanitized title string. |
check_comment_flood
|
Fires immediately before a comment is marked approved. |
comment_flood_filter
- Priority: 10
- wp_throttle_comment_flood
|
Filter the comment flood status. |
comment_email
|
Filter the comment author’s email for display.
Care should be taken to protect the email address and assure that email harvesters do not capture your commenter’s email address.
|
option_tag_base
|
No definition in the Code Reference, but present in core. |
option_category_base
|
No definition in the Code Reference, but present in core. |
the_posts
- Priority: 10
- _close_comments_for_old_posts
|
Filter the array of retrieved posts after they’ve been fetched and internally processed. |
comments_open
- Priority: 10
- _close_comments_for_old_post
|
Filter whether the current post is open for comments. |
pings_open
- Priority: 10
- _close_comments_for_old_post
|
Filter whether the current post is open for pings. |
editable_slug
|
This is a multi-use hook. I linked to the Code Reference results showing all the hooks. |
nav_menu_meta_box_object
- Priority: 10
- _wp_nav_menu_meta_box_object
|
Another multi-use hook. Linked to Code Reference results. |
pingback_ping_source_uri
|
Filter the pingback source URI. |
xmlrpc_pingback_error
|
Filter the XML-RPC pingback error return. |
title_save_pre
|
No definition in the Code Reference.
Appears to be tied to the kses_init_filters function.
|
http_request_host_is_external
- Priority: 10
- allowed_http_request_hosts
|
Check if HTTP request is external or not.
Allows to change and allow external requests for the HTTP request.
|
wp_head
- Priority: 0
- twentyfifteen_javascript_detection
- Priority: 1
- _wp_render_title_tag
- wp_enqueue_scripts
- noindex
- Priority: 2
- Priority: 3
- Priority: 7
- print_emoji_detection_script
- Priority: 8
- Priority: 9
- Priority: 10
- rsd_link
- wlwmanifest_link
- adjacent_posts_rel_link_wp_head
- locale_stylesheet
- wp_generator
- rel_canonical
- wp_shortlink_wp_head
- [object] WP_Widget_Recent_Comments -> recent_comments_style
- twentyfifteen_header_style
- _custom_background_cb
- wp_admin_bar_header
- _admin_bar_bump_cb
|
Print scripts or data in the head tag on the front end. |
publish_future_post
- Priority: 10
- check_and_publish_future_post
|
Looks like this is a filter tied to the check_and_publish_future_post function. Refer to wp-includes/default-filters.php. |
wp_footer
- Priority: 20
- Priority: 1000
|
Print scripts or data before the closing body tag on the front end. |
template_redirect
- Priority: 0
- Priority: 10
- wp_old_slug_redirect
- redirect_canonical
- Priority: 11
- Priority: 1000
- wp_redirect_admin_locations
|
Fires before determining which template to load. |
wp_print_footer_scripts
|
Fires when footer scripts are printed. |
init
- Priority: 0
- create_initial_post_types
- create_initial_taxonomies
- [object] WP_Scripts -> init
- Priority: 1
- Priority: 5
- Priority: 10
- wp_cron
- _show_post_preview
- kses_init
- wp_schedule_update_checks
- Priority: 99
|
Fires after WordPress has finished loading but before any headers are sent.
Most of WP is loaded at this stage, and the user is authenticated. WP continues to load on the init hook that follows (e.g. widgets), and many plugins instantiate themselves on it for all sorts of reasons (e.g. they need a user, a taxonomy, etc.).
|
after_switch_theme
|
Fires on the first WP load after a theme switch if the old theme still exists. |
wp_print_styles
|
Fires before styles in the $handles queue are printed. |
login_head
|
Fires in the login page header after scripts are enqueued. |
login_footer
|
Fires in the login page footer. |
login_init
- Priority: 10
- send_frame_options_header
|
Fires when the login form is initialized. |
rss2_head
|
Fires at the end of the RSS2 Feed Header. |
commentsrss2_head
|
Fires at the end of the RSS2 comment feed header. |
rss_head
|
Fires at the end of the RSS Feed Header. |
rdf_header
|
Fires at the end of the RDF feed header. |
atom_head
|
Fires just before the first Atom feed entry. |
comments_atom_head
|
Fires at the end of the Atom comment feed header. |
opml_head
|
Fires in the OPML header. |
app_head
|
No definition in the Code Reference, but present in core. |
do_feed_rdf
|
No definition in the Code Reference, but present in core. |
do_feed_rss
|
No definition in the Code Reference, but present in core. |
do_feed_rss2
|
No definition in the Code Reference, but present in core. |
do_feed_atom
|
No definition in the Code Reference, but present in core. |
do_pings
|
No definition in the Code Reference, but present in core. |
do_robots
|
Fired when the template loader determines a robots.txt request. |
set_comment_cookies
|
Perform other actions when comment cookies are set. |
sanitize_comment_cookies
|
Fires when comment cookies are sanitized. |
admin_print_scripts
- Priority: 10
- print_emoji_detection_script
- Priority: 20
|
Fires when scripts are printed for all admin pages. |
admin_print_footer_scripts
|
Prints any scripts and data queued for the footer. |
admin_print_styles
- Priority: 10
- Priority: 20
|
Fires when styles are printed for all admin pages. |
plugins_loaded
- Priority: 0
- wp_maybe_load_widgets
- wp_maybe_load_embeds
- Priority: 10
|
Fires once activated plugins have loaded. |
shutdown
|
Fires just before PHP shuts down execution. |
post_updated
- Priority: 10
- Priority: 12
- wp_check_for_changed_slugs
|
Fires once an existing post has been updated. |
publish_post
|
No definition in the Code Reference.
Appears to be tied to the xmlrpc_publish_post hook somehow. Needs more investigation on my part…
|
transition_post_status
- Priority: 5
- Priority: 10
- _update_term_count_on_transition_post_status
- _wp_auto_add_pages_to_menu
- __clear_multi_author_cache
|
Fires when a post is transitioned from one status to another. |
comment_form
- Priority: 10
- wp_comment_form_unfiltered_html_nonce
|
Fires at the bottom of the comment form, inside the closing </form> tag. |
wp_scheduled_delete
|
It appears there’s a function that’s tied to an action hook by the same name? Once again wp-includes/default-filters.php for reference. |
wp_scheduled_auto_draft_delete
|
No definition in the Code Reference, but present in core. |
admin_init
- Priority: 1
- register_admin_color_schemes
- Priority: 10
- send_frame_options_header
- _wp_admin_bar_init
- _maybe_update_core
- _maybe_update_plugins
- _maybe_update_themes
|
Fires as an admin screen or script is being initialized. |
importer_scheduled_cleanup
|
No definition in the Code Reference, but present in core. |
upgrader_scheduled_cleanup
|
No definition in the Code Reference, but present in core. |
welcome_panel
|
Add content to the welcome panel on the admin dashboard. |
delete_post
- Priority: 10
- _wp_delete_post_menu_item
- delete_get_calendar_cache
|
Fires immediately before a post is deleted from the database. |
delete_term
|
Fires after a term is deleted from the database and the cache is cleaned. |
begin_fetch_post_thumbnail_html
- Priority: 10
- _wp_post_thumbnail_class_filter_add
|
Fires before fetching the post thumbnail HTML. |
end_fetch_post_thumbnail_html
- Priority: 10
- _wp_post_thumbnail_class_filter_remove
|
Fires after fetching the post thumbnail HTML. |
pre_option_gmt_offset
- Priority: 10
- wp_timezone_override_offset
|
No definition in the Code Reference, but present in core. |
admin_color_scheme_picker
- Priority: 10
- admin_color_scheme_picker
|
Fires in the ‘Admin Color Scheme’ section of the user editing screen.
The section is only enabled if a callback is hooked to the action, and if there is more than one defined color scheme for the admin.
|
default_option_link_manager_enabled
|
No definition in the Code Reference, but present in core. |
default_option_embed_autourls
|
No definition in the Code Reference, but present in core. |
heartbeat_settings
|
Filter the Heartbeat settings. |
admin_enqueue_scripts
- Priority: 10
- wp_auth_check_load
- _wp_customize_loader_settings
|
Enqueue scripts for all admin pages. |
heartbeat_send
|
Filter the Heartbeat response sent. |
heartbeat_nopriv_send
|
Filter Heartbeat AJAX response when no data is passed. |
authenticate
- Priority: 20
- wp_authenticate_username_password
- Priority: 99
- wp_authenticate_spam_check
|
Filter the user to authenticate. |
determine_current_user
- Priority: 10
- Priority: 20
- wp_validate_logged_in_cookie
|
Filter the current user. |
split_shared_term
- Priority: 10
- _wp_check_split_default_terms
- _wp_check_split_terms_in_menus
|
Fires after a previously shared taxonomy term is split into two separate terms. |
setup_theme
|
Fires before the theme is loaded. |
wp_loaded
- Priority: 10
- _custom_header_background_just_in_time
|
This hook is fired once WP, all plugins, and the theme are fully loaded and instantiated. |
delete_attachment
- Priority: 10
- _delete_attachment_theme_mod
|
Fires before an attachment is deleted, at the start of wp_delete_attachment(). |
save_post
- Priority: 10
- delete_get_calendar_cache
- twentyfifteen_category_transient_flusher
- [object] WP_Widget_Recent_Posts -> flush_widget_cache
|
Fires once a post has been saved. |
update_option_start_of_week
- Priority: 10
- delete_get_calendar_cache
|
No definition in the Code Reference.
Looks like it’s an action hook tied to the delete_get_calendar_cache function.
|
update_option_gmt_offset
- Priority: 10
- delete_get_calendar_cache
|
Read directly above. |
admin_menu
|
Fires before the administration menu loads in the admin. |
before_delete_post
- Priority: 10
- _reset_front_page_settings_for_post
|
Fires before a post is deleted, at the start of wp_delete_post(). |
wp_trash_post
- Priority: 10
- _reset_front_page_settings_for_post
|
Fires before a post is sent to the trash. |
request
|
Filter the array of parsed query variables. |
term_link
|
Filter the term link. |
get_post_format
|
No definition in the Code Reference, but present in core. |
get_terms
|
Filter the given taxonomy’s terms cache. |
wp_get_object_terms
- Priority: 10
- _post_format_wp_get_object_terms
|
Filter the terms for a given object or objects. |
set_current_user
|
Fires after the current user is set. |
wp_default_scripts
|
Fires when the WP_Scripts instance is initialized. |
wp_print_scripts
- Priority: 10
- wp_just_in_time_script_localization
|
Fires before scripts in the $handles queue are printed. |
print_scripts_array
- Priority: 10
- wp_prototype_before_jquery
|
Filter the list of script dependencies left to print. |
wp_default_styles
|
Fires when the WP_Styles instance is initialized. |
style_loader_src
|
Filter an enqueued style’s fully-qualified URL. |
wp_playlist_scripts
|
Print and enqueue playlist scripts, styles, and JavaScript templates. |
customize_controls_enqueue_scripts
- Priority: 10
- wp_plupload_default_settings
- twentyfifteen_customize_control_js
|
Enqueue Customizer control scripts. |
nav_menu_item_id
- Priority: 10
- _nav_menu_item_id_use_once
|
Filter the ID applied to a menu item’s list item element. |
in_admin_header
|
Fires at the beginning of the content section in an admin page. |
wp_version_check
|
The hook is tied to a function by the same name. It appears that the function checks the WordPress version against the newest version. |
upgrader_process_complete
- Priority: 10
- wp_version_check
- wp_update_plugins
- wp_update_themes
|
Fires when the bulk upgrader process is complete. |
load-plugins.php
|
No definition in the Code Reference, but present in core. |
load-update.php
- Priority: 10
- wp_update_plugins
- wp_update_themes
|
No definition in the Code Reference, but present in core. |
load-update-core.php
- Priority: 10
- wp_update_plugins
- wp_update_themes
|
No definition in the Code Reference, but present in core. |
wp_update_plugins
|
The hook is tied to a function by the same name. The function checks plugin versions against the latest versions hosted on WordPress.org. |
load-themes.php
|
No definition in the Code Reference, but present in core. |
wp_update_themes
|
The hook is tied to a function by the same name. The function checks theme versions against the latest versions hosted on WordPress.org. |
update_option_WPLANG
|
No definition in the Code Reference, but present in core. |
wp_maybe_auto_update
|
No definition in the Code Reference, but present in core. |
edit_form_advanced
- Priority: 10
- [object] WP_Embed -> maybe_run_ajax_cache
|
Fires after ‘normal’ context meta boxes have been output for all post types other than ‘page’. |
wp_ajax_add-category
- Priority: 10
- _wp_ajax_add_hierarchical_term
|
No proper definition in the Code Reference.
I don’t think this is an actual hook. Debug bar might be trolling me… If it is, I couldn’t find it in core by that exact name, but there are several functions that begin with wp_ajax_add.
|
wp_ajax_add-post_tag
- Priority: 10
- _wp_ajax_add_hierarchical_term
|
Read directly above. |
wp_ajax_add-nav_menu
- Priority: 10
- _wp_ajax_add_hierarchical_term
|
Refer to wp_ajax_add-category notes. |
wp_ajax_add-link_category
- Priority: 10
- _wp_ajax_add_hierarchical_term
|
Refer to wp_ajax_add-category notes. |
wp_ajax_add-post_format
- Priority: 10
- _wp_ajax_add_hierarchical_term
|
Refer to wp_ajax_add-category notes. |
future_post
|
No definition in Code Reference, could not find in Core by exact name.
I don’t know much about this at this time, but you can investigate in wp-includes/post.php.
|
future_page
|
No definition in Code Reference, could not find in Core by exact name. |
future_attachment
|
No definition in Code Reference, could not find in Core by exact name. |
future_revision
|
No definition in Code Reference, could not find in Core by exact name. |
future_nav_menu_item
|
No definition in Code Reference, could not find in Core by exact name. |
admin_bar_init
|
Fires after WP_Admin_Bar is initialized. |
_admin_menu
|
Fires before the administration menu loads in the admin.
The hook fires before menus and sub-menus are removed based on user privileges.
|
widgets_init
- Priority: 10
- twentyfifteen_widgets_init
- Priority: 100
- [object] WP_Widget_Factory -> _register_widgets
|
Fires after all default WordPress widgets have been registered. |
after_setup_theme
- Priority: 10
- twentyfifteen_setup
- twentyfifteen_custom_header_setup
|
Fires after the theme is loaded. |
wp_enqueue_scripts
- Priority: 10
- twentyfifteen_scripts
- twentyfifteen_post_nav_background
- twentyfifteen_color_scheme_css
- Priority: 11
- twentyfifteen_header_background_color_css
- twentyfifteen_sidebar_text_color_css
|
Fires when scripts and styles are enqueued. |
walker_nav_menu_start_el
- Priority: 10
- twentyfifteen_nav_description
|
Filter a menu item’s starting output. |
get_search_form
- Priority: 10
- twentyfifteen_search_form_modify
|
Filter the HTML output of the search form. |
edit_category
- Priority: 10
- twentyfifteen_category_transient_flusher
|
This hook has been deprecated. Use {$taxonomy}_add_form instead. |
excerpt_more
- Priority: 10
- twentyfifteen_excerpt_more
|
Filter the string in the “more” link displayed after a trimmed excerpt. |
customize_register
- Priority: 11
- twentyfifteen_customize_register
|
Fires once WordPress has loaded, allowing scripts and styles to be initialized. |
customize_preview_init
- Priority: 10
- twentyfifteen_customize_preview_js
|
Fires once the Customizer preview has initialized and JavaScript settings have been printed. |
customize_controls_print_footer_scripts
- Priority: 10
- twentyfifteen_color_scheme_css_template
|
Print Customizer control scripts in the footer. |
deleted_post
- Priority: 10
- [object] WP_Widget_Recent_Posts -> flush_widget_cache
|
Fires immediately after a post is deleted from the database. |
switch_theme
- Priority: 10
- [object] WP_Widget_Recent_Posts -> flush_widget_cache
|
Fires after the theme is switched. |
comment_post
- Priority: 10
- [object] WP_Widget_Recent_Comments -> flush_widget_cache
|
Fires immediately after a comment is inserted into the database. |
edit_comment
- Priority: 10
- [object] WP_Widget_Recent_Comments -> flush_widget_cache
|
Fires immediately after a comment is updated in the database.
The hook also fires immediately before comment status transition hooks are fired.
|
transition_comment_status
- Priority: 10
- [object] WP_Widget_Recent_Comments -> flush_widget_cache
|
Fires when the comment status is in transition. |
admin_head
|
Fires in head section for all admin pages. |
admin_bar_menu
- Priority: 0
- wp_admin_bar_my_account_menu
- wp_admin_bar_sidebar_toggle
- Priority: 4
- Priority: 7
- wp_admin_bar_my_account_item
- Priority: 10
- Priority: 20
- wp_admin_bar_my_sites_menu
- Priority: 30
- Priority: 40
- wp_admin_bar_updates_menu
- Priority: 60
- wp_admin_bar_comments_menu
- Priority: 70
- wp_admin_bar_new_content_menu
- Priority: 80
- Priority: 200
- wp_admin_bar_add_secondary_groups
|
Load all necessary admin bar items.
This is the hook used to add, remove, or manipulate admin bar items.
|
admin_footer |
Print scripts or data before the default footer scripts. |
body_class |
Filter the list of CSS body classes for the current post or page. |
admin_body_class |
Filter the CSS classes for the body tag in the admin. |
deprecated_function_run |
Fires when a deprecated function is called. |
deprecated_file_included |
Fires when a deprecated file is called. |
deprecated_argument_run |
Fires when a deprecated argument is called. |
deprecated_function_trigger_error
|
Filter whether to trigger an error for deprecated functions. |
deprecated_file_trigger_error
|
Filter whether to trigger an error for deprecated files. |
deprecated_argument_trigger_error
|
Filter whether to trigger an error for deprecated arguments. |
wp_before_admin_bar_render
- Priority: 10
- wp_customize_support_script
|
Fires before the admin bar is rendered. |