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

In this article

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

Parameters

$current_userWP_User
WP_User object for the current user.
$user_idsint[]
Array of IDs for users being deleted.

Source

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

Changelog

VersionDescription
4.5.0The $user_ids parameter was added.
4.0.0Introduced.

User Contributed Notes

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