WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about user_new_form_tag

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/user-new.php do_action 437 /**
* Fires inside the adduser form tag.
*
* @since 3.0.0
*/
wp-admin/user-new.php do_action 493 /**
* Fires at the end of the new user form.
*
* Passes a contextual string to make both types of new user forms
* uniquely targetable. Contexts are 'add-existing-user' (Multisite),
* and 'add-new-user' (single site and network admin).
*
* @since 3.7.0
*
* @param string $type A contextual string specifying which type of new user form the hook follows.
*/

Hook Parameters

Parameter Type Name Description