Action hook 'delete_user_form'

in WP Core File wp-admin/users.php at line 441

Description

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

Occurrences

Filename Line Number
wp-admin/users.php 441
wp-admin/includes/ms.php 987

Parameters

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

PHP Doc

/**
			 * Fires at the end of the delete users form prior to the confirm button.
			 *
			 * @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.
			 */