do_action( ‘wp_delete_application_password’, int $user_id, array $item )

In this article

Fires when an application password is deleted.

Parameters

$user_idint
The user ID.
$itemarray
The data about the application password.

Source

do_action( 'wp_delete_application_password', $user_id, $item );

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.