delete_user_form

最后更新于:2021-11-26 06:45:20

do_action( ‘delete_user_form’, GC_User $current_user, int[] $userids )

Fires at the end of the delete users form prior to the confirm button.

参数

$current_user

(GC_User)
GC_User object for the current user.

$userids

(int[])
Array of IDs for users being deleted.

源文件

文件: gc-admin/users.php

View on Trac