Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-application-passwords.php | do_action | 274 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
int | $user_id | The user ID. |
array | $item | The updated app password details. |
array | $update | The information to update. |