edit_user_created_user

最后更新于:2021-11-26 09:08:37

do_action( ‘edit_user_created_user’, int $user_id, string $notify )

Fires after a new user has been created.

参数

$user_id

(int)
ID of the newly created user.

$notify

(string)
Type of notification that should happen. See gc_send_new_user_notifications() for more information on possible values.

源文件

文件: gc-admin/includes/user.php

View on Trac