do_action( 'wp_update_application_password', int $user_id , array $item , array $update )
Fires when an application password is updated.
Parameters
- $user_id
-
The user ID.
- $item
-
The updated app password details.
- $update
-
The information to update.
Source
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |