Title: Hooks | Page 20 of 49 | Developer.WordPress.org

---

# Hooks

 * hook[edit_profile_url](https://developer.wordpress.org/reference/hooks/edit_profile_url/)
 * Filters the URL for a user’s profile editor.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_profile_url/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_profile_url/#uses)
   | Source: [wp-includes/link-template.php:4053](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L4053-L4053)
 * hook[edit_tags_per_page](https://developer.wordpress.org/reference/hooks/edit_tags_per_page/)
 * Filters the number of terms displayed per page for the Tags list table.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_tags_per_page/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_tags_per_page/#uses)
   | Source: [wp-admin/includes/class-wp-terms-list-table.php:90](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/class-wp-terms-list-table.php#L90-L90)
 * hook[edit_tag_form](https://developer.wordpress.org/reference/hooks/edit_tag_form/)
 * Fires at the end of the Edit Term form.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/edit_tag_form/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_tag_form/#uses)
   | Source: [wp-admin/edit-tag-form.php:279](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/edit-tag-form.php#L279-L279)
 * hook[edit_tag_form_fields](https://developer.wordpress.org/reference/hooks/edit_tag_form_fields/)
 * Fires after the Edit Tag form fields are displayed.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/edit_tag_form_fields/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_tag_form_fields/#uses)
   | Source: [wp-admin/edit-tag-form.php:241](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/edit-tag-form.php#L241-L241)
 * hook[edit_tag_form_pre](https://developer.wordpress.org/reference/hooks/edit_tag_form_pre/)
 * Fires before the Edit Tag form.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/edit_tag_form_pre/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_tag_form_pre/#uses)
   | Source: [wp-admin/edit-tag-form.php:44](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/edit-tag-form.php#L44-L44)
 * hook[edit_tag_link](https://developer.wordpress.org/reference/hooks/edit_tag_link/)
 * Filters the anchor tag for the edit link for a tag (or term in another taxonomy).
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_tag_link/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_tag_link/#uses)
   | Source: [wp-includes/link-template.php:1065](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L1065-L1065)
 * hook[edit_term](https://developer.wordpress.org/reference/hooks/edit_term/)
 * Fires after a term has been updated, but before the term cache has been cleaned.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_term/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_term/#uses)
   | Source: [wp-includes/taxonomy.php:3428](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L3428-L3428)
 * hook[edit_terms](https://developer.wordpress.org/reference/hooks/edit_terms/)
 * Fires immediately before the given terms are edited.
 * Used by [2 functions](https://developer.wordpress.org/reference/hooks/edit_terms/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_terms/#uses)
   | Source: [wp-includes/taxonomy.php:3352](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L3352-L3352)
 * hook[edit_term_link](https://developer.wordpress.org/reference/hooks/edit_term_link/)
 * Filters the anchor tag for the edit link of a term.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_term_link/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_term_link/#uses)
   | Source: [wp-includes/link-template.php:1166](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/link-template.php#L1166-L1166)
 * hook[edit_term_taxonomies](https://developer.wordpress.org/reference/hooks/edit_term_taxonomies/)
 * Fires immediately before a term to delete’s children are reassigned a parent.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_term_taxonomies/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_term_taxonomies/#uses)
   | Source: [wp-includes/taxonomy.php:2108](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L2108-L2108)
 * hook[edit_term_taxonomy](https://developer.wordpress.org/reference/hooks/edit_term_taxonomy/)
 * Fires immediate before a term-taxonomy relationship is updated.
 * Used by [3 functions](https://developer.wordpress.org/reference/hooks/edit_term_taxonomy/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_term_taxonomy/#uses)
   | Source: [wp-includes/taxonomy.php:3398](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L3398-L3398)
 * hook[edit_term_{$field}](https://developer.wordpress.org/reference/hooks/edit_term_field/)
 * Filters a term field to edit before it is sanitized.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_term_field/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_term_field/#uses)
   | Source: [wp-includes/taxonomy.php:1801](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L1801-L1801)
 * hook[edit_user_created_user](https://developer.wordpress.org/reference/hooks/edit_user_created_user/)
 * Fires after a new user has been created.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_user_created_user/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_user_created_user/#uses)
   | Source: [wp-admin/includes/user.php:247](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/user.php#L247-L247)
 * hook[edit_user_profile](https://developer.wordpress.org/reference/hooks/edit_user_profile/)
 * Fires after the ‘Application Passwords’ section is loaded on ‘Edit User’ screen.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/edit_user_profile/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_user_profile/#uses)
   | Source: [wp-admin/user-edit.php:909](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/user-edit.php#L909-L909)
 * hook[edit_user_profile_update](https://developer.wordpress.org/reference/hooks/edit_user_profile_update/)
 * Fires before the page loads on the ‘Edit User’ screen.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/edit_user_profile_update/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_user_profile_update/#uses)
   | Source: [wp-admin/user-edit.php:158](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/user-edit.php#L158-L158)
 * hook[edit_user_{$field}](https://developer.wordpress.org/reference/hooks/edit_user_field/)
 * Filters a user field value in the ‘edit’ context.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_user_field/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_user_field/#uses)
   | Source: [wp-includes/user.php:1916](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/user.php#L1916-L1916)
 * hook[edit_{$field}](https://developer.wordpress.org/reference/hooks/edit_field/)
 * Filters the value of a specific post field to edit.
 * Used by [3 functions](https://developer.wordpress.org/reference/hooks/edit_field/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_field/#uses)
   | Source: [wp-includes/post.php:3022](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/post.php#L3022-L3022)
 * hook[edit_{$post_type}_per_page](https://developer.wordpress.org/reference/hooks/edit_post_type_per_page/)
 * Filters the number of items per page to show for a specific ‘per_page’ type.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_post_type_per_page/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_post_type_per_page/#uses)
   | Source: [wp-admin/includes/post.php:1292](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/includes/post.php#L1292-L1292)
 * hook[edit_{$taxonomy}](https://developer.wordpress.org/reference/hooks/edit_taxonomy/)
 * Fires after a term in a specific taxonomy has been updated, but before the term
   cache has been cleaned.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_taxonomy/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_taxonomy/#uses)
   | Source: [wp-includes/taxonomy.php:3448](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L3448-L3448)
 * hook[edit_{$taxonomy}_{$field}](https://developer.wordpress.org/reference/hooks/edit_taxonomy_field/)
 * Filters the taxonomy field to edit before it is sanitized.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/edit_taxonomy_field/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/edit_taxonomy_field/#uses)
   | Source: [wp-includes/taxonomy.php:1814](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/taxonomy.php#L1814-L1814)
 * hook[email_change_email](https://developer.wordpress.org/reference/hooks/email_change_email/)
 * Filters the contents of the email sent when the user’s email is changed.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/email_change_email/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/email_change_email/#uses)
   | Source: [wp-includes/user.php:2866](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/user.php#L2866-L2866)
 * hook[email_exists](https://developer.wordpress.org/reference/hooks/email_exists/)
 * Filters whether the given email exists.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/email_exists/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/email_exists/#uses)
   | Source: [wp-includes/user.php:2111](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/user.php#L2111-L2111)
 * hook[embed_cache_oembed_types](https://developer.wordpress.org/reference/hooks/embed_cache_oembed_types/)
 * Filters the array of post types to cache oEmbed results for.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/embed_cache_oembed_types/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/embed_cache_oembed_types/#uses)
   | Source: [wp-includes/class-wp-embed.php:416](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/class-wp-embed.php#L416-L416)
 * hook[embed_content](https://developer.wordpress.org/reference/hooks/embed_content/)
 * Prints additional content after the embed excerpt.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/embed_content/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/embed_content/#uses)
   | Source: [wp-includes/theme-compat/embed-content.php:109](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme-compat/embed-content.php#L109-L109)
 * hook[embed_content_meta](https://developer.wordpress.org/reference/hooks/embed_content_meta/)
 * Prints additional meta content in the embed template.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/embed_content_meta/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/embed_content_meta/#uses)
   | Source: [wp-includes/theme-compat/embed-content.php:122](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme-compat/embed-content.php#L122-L122)
 * hook[embed_defaults](https://developer.wordpress.org/reference/hooks/embed_defaults/)
 * Filters the default array of embed dimensions.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/embed_defaults/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/embed_defaults/#uses)
   | Source: [wp-includes/embed.php:91](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/embed.php#L91-L91)
 * hook[embed_footer](https://developer.wordpress.org/reference/hooks/embed_footer/)
 * Prints scripts or data before the closing body tag in the embed template.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/embed_footer/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/embed_footer/#uses)
   | Source: [wp-includes/theme-compat/footer-embed.php:18](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme-compat/footer-embed.php#L18-L18)
 * hook[embed_googlevideo](https://developer.wordpress.org/reference/hooks/embed_googlevideo/)
 * Filter the Google Video embed output.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/embed_googlevideo/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/embed_googlevideo/#uses)
   | Source: [wp-includes/embed.php:233](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/embed.php#L233-L233)
 * hook[embed_handler_html](https://developer.wordpress.org/reference/hooks/embed_handler_html/)
 * Filters the returned embed HTML.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/embed_handler_html/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/embed_handler_html/#uses)
   | Source: [wp-includes/class-wp-embed.php:170](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/class-wp-embed.php#L170-L170)
 * hook[embed_head](https://developer.wordpress.org/reference/hooks/embed_head/)
 * Prints scripts or data in the embed template head tag.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/embed_head/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/embed_head/#uses)
   | Source: [wp-includes/theme-compat/header-embed.php:29](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-includes/theme-compat/header-embed.php#L29-L29)

 [Previous Page](https://developer.wordpress.org/reference/hooks/page/19/?output_format=md)

[1](https://developer.wordpress.org/reference/hooks/?output_format=md) … [18](https://developer.wordpress.org/reference/hooks/page/18/?output_format=md)
[19](https://developer.wordpress.org/reference/hooks/page/19/?output_format=md) 
20 [21](https://developer.wordpress.org/reference/hooks/page/21/?output_format=md)
[22](https://developer.wordpress.org/reference/hooks/page/22/?output_format=md) …
[49](https://developer.wordpress.org/reference/hooks/page/49/?output_format=md)

 [Next Page](https://developer.wordpress.org/reference/hooks/page/21/?output_format=md)