do_action( ‘wp_update_application_password’, int $user_id, array $item, array $update )

In this article

Fires when an application password is updated.

Parameters

$user_idint
The user ID.
$itemarray
The updated app password details.
$updatearray
The information to update.

Source

do_action( 'wp_update_application_password', $user_id, $item, $update );

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.