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_namestringThe suggested name of the application.success_urlstringThe URL the user will be redirected to after approving the application.reject_urlstringThe 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
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.