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.


Top ↑

Source

File: wp-includes/class-wp-application-passwords.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.