Action hook 'wp_delete_application_password'

in WP Core File wp-includes/class-wp-application-passwords.php at line 363

Description

Fires when an application password is deleted.

Occurrences

Filename Line Number
wp-includes/class-wp-application-passwords.php 363
wp-includes/class-wp-application-passwords.php 392

Parameters

Type Name Description
int $user_id The user ID.
array $item The data about the application password.

PHP Doc

/**
				 * Fires when an application password is deleted.
				 *
				 * @since 5.6.0
				 *
				 * @param int   $user_id The user ID.
				 * @param array $item    The data about the application password.
				 */