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 all references

do_action( 'wp_authorize_application_password_request_errors', $error, $request, $user );


Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.

Top ↑

User Contributed Notes

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