Fires when an application password is deleted.
$user_idint$itemarraywp-includes/class-wp-application-passwords.php:389WP_Application_Passwords::delete_application_password()wp-includes/class-wp-application-passwords.php:418WP_Application_Passwords::delete_all_application_passwords() * * @since 5.6.0 * * @param int $user_id The user ID. * @param array $item The data about the application password. */ do_action( 'wp_delete_application_password', $user_id, $item ); return true; } } return new WP_Error( 'application_password_not_found', __( 'Could not find an application password with that id.' ) );Introduced in 5.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.