Title: wp-admin/user-new.php | Developer.WordPress.org

---

# File: wp-admin/user-new.php

 * hook[invited_user_email](https://developer.wordpress.org/reference/hooks/invited_user_email/)
 * Filters the contents of the email sent when an existing user is invited to join
   the site.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/invited_user_email/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/invited_user_email/#uses)
   | Source: [wp-admin/user-new.php:170](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/user-new.php#L170-L170)
 * hook[invite_user](https://developer.wordpress.org/reference/hooks/invite_user/)
 * Fires immediately after an existing user is invited to join the site, but before
   the notification is sent.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/invite_user/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/invite_user/#uses)
   | Source: [wp-admin/user-new.php:116](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/user-new.php#L116-L116)
 * hook[autocomplete_users_for_site_admins](https://developer.wordpress.org/reference/hooks/autocomplete_users_for_site_admins/)
 * Filters whether to enable user auto-complete for non-super admins in Multisite.
 * Used by [1 function](https://developer.wordpress.org/reference/hooks/autocomplete_users_for_site_admins/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/autocomplete_users_for_site_admins/#uses)
   | Source: [wp-admin/user-new.php:330](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/user-new.php#L330-L330)
 * hook[user_new_form](https://developer.wordpress.org/reference/hooks/user_new_form/)
 * Fires at the end of the new user form.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/user_new_form/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/user_new_form/#uses)
   | Source: [wp-admin/user-new.php:506](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/user-new.php#L506-L506)
 * hook[user_new_form_tag](https://developer.wordpress.org/reference/hooks/user_new_form_tag/)
 * Fires inside the adduser form tag.
 * Used by [0 functions](https://developer.wordpress.org/reference/hooks/user_new_form_tag/#used-by)
   | Uses [0 functions](https://developer.wordpress.org/reference/hooks/user_new_form_tag/#uses)
   | Source: [wp-admin/user-new.php:466](https://github.com/WordPress/wordpress-develop/blob/6.9.4/src/wp-admin/user-new.php#L466-L466)