Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/user-new.php | do_action | 477 | /** * 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. */ |
wp-admin/user-new.php | do_action | 635 | /** * 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 |
---|