wp_delete_application_password WordPress Action Hook
The wp_delete_application_password hook is used to delete an application password for a user. This hook is called when the user clicks the "Delete" button on the application password management screen.
do_action( 'wp_delete_application_password', int $user_id , array $item ) #
Fires when an application password is deleted.
Parameters
- $user_id
(int)The user ID.
- $item
(array)The data about the application password.
Source
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |