Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/user.php | do_action | 241 | /** * Fires after a new user has been created. * * @since 4.4.0 * * @param int|WP_Error $user_id ID of the newly created user or WP_Error on failure. * @param string $notify Type of notification that should happen. See * wp_send_new_user_notifications() for more information. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int|WP_Error | $user_id | ID of the newly created user or WP_Error on failure. |
string | $notify | Type of notification that should happen. See |