do_action ( ‘delete_user_form’, WP_User $current_user , int[] $user_ids )

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

Parameters

$current_user WP_User
WP_User object for the current user.
$user_ids int[]
Array of IDs for users being deleted.

Source

do_action( 'delete_user_form', $current_user, $user_ids );

Changuelog

Versionen Description
4.5.0 The $user_ids parameter was added.
4.0.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.