Fires at the end of the delete users form prior to the confirm button.
$current_userWP_User$user_idsint[]wp-admin/includes/ms.php:989confirm_delete_users()wp-admin/users.php:443file scope * @since 4.0.0 * @since 4.5.0 The `$user_ids` parameter was added. * * @param WP_User $current_user WP_User object for the current user. * @param int[] $user_ids Array of IDs for users being deleted. */ do_action( 'delete_user_form', $current_user, $user_ids ); ?> <input type="hidden" name="action" value="dodelete" /> <?php submit_button( __( 'Confirm Deletion' ), 'primary' ); ?> <?php else : ?> Introduced in 4.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.