wp_delete_application_password WordPress Action Hook

The wp_delete_application_password hook is used to delete an application password for a user. This hook is called when the user clicks the "Delete" button on the application password management screen.

do_action( 'wp_delete_application_password', int $user_id, array $item ) #

Fires when an application password is deleted.


Parameters

$user_id

(int)The user ID.

$item

(array)The data about the application password.


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.