after_signup_user
最后更新于:2021-11-25 19:52:37
do_action( ‘after_signup_user’, string $user, string $user_email, string $key, array $meta )
Fires after a user’s signup information has been written to the database.
参数
- $user
-
(string)
The user’s requested login name. - $user_email
-
(string)
The user’s email address. - $key
-
(string)
The user’s activation key. - $meta
-
(array)
Signup meta data. Default empty array.
源文件
文件: gc-includes/ms-functions.php