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
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.