do_action( ‘wp_authorize_application_password_form’, array $request, WP_User $user )

In this article

Fires in the Authorize Application Password form before the submit buttons.

Parameters

$requestarray
The array of request data. All arguments are optional and may be empty.
  • app_name string
    The suggested name of the application.
  • success_url string
    The URL the user will be redirected to after approving the application.
  • reject_url string
    The URL the user will be redirected to after rejecting the application.
$userWP_User
The user authorizing the application.

Source

do_action( 'wp_authorize_application_password_form', $request, $user );

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

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