added_existing_user

最后更新于:2021-11-25 19:08:20

do_action( ‘added_existing_user’, int $user_id, true|GC_Error $result )

Fires immediately after an existing user is added to a site.

参数

$user_id

(int)
User ID.

$result

(true|GC_Error)
True on success or a GC_Error object if the user doesn’t exist or could not be added.

源文件

文件: gc-includes/ms-functions.php

View on Trac