wp_authorize_application_password_request_errors WordPress Action Hook

The wp_authorize_application_password_request_errors hook is used to intercept and handle errors that occur when requesting an application password. By default, this hook does not do anything.

do_action( 'wp_authorize_application_password_request_errors', WP_Error $error, array $request, WP_User $user ) #

Fires before application password errors are returned.


Parameters

$error

(WP_Error)The error object.

$request

(array)The array of request data.

$user

(WP_User)The user authorizing the application.


Top ↑

Source

File: wp-admin/includes/user.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.