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
do_action( 'wp_update_application_password', $user_id, $item, $update );
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.