Fires in the Authorize Application Password form before the submit buttons.
Parameters
$request
array- The array of request data. All arguments are optional and may be empty.
app_name
stringThe suggested name of the application.success_url
stringThe URL the user will be redirected to after approving the application.reject_url
stringThe URL the user will be redirected to after rejecting the application.
$user
WP_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.