Description
Fires when an application password is updated.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-application-passwords.php | 288 |
Parameters
Type | Name | Description |
---|---|---|
int | $user_id | The user ID. |
array | $item | The updated app password details. |
array | $update | The information to update. |
PHP Doc
/**
* Fires when an application password is updated.
*
* @since 5.6.0
*
* @param int $user_id The user ID.
* @param array $item The updated app password details.
* @param array $update The information to update.
*/