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
Source
File: wp-admin/users.php
.
View all references
do_action( 'delete_user_form', $current_user, $user_ids );
Changelog
Version | Description |
---|---|
4.5.0 | The $user_ids parameter was added. |
4.0.0 | Introduced. |