wp_update_application_password WordPress Action Hook
The wp_update_application_password hook is used to update an application password for a user. This hook is called when the user updates their application password.
do_action( 'wp_update_application_password', int $user_id , array $item , array $update ) #
Fires when an application password is updated.
Parameters
- $user_id
(int)The user ID.
- $item
(array)The updated app password details.
- $update
(array)The information to update.
Source
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |