Fires when an application password is deleted.
Parameters
$user_id
int- The user ID.
$item
array- 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.