do_action( 'wp_authorize_application_password_form', array $request , WP_User $user )
Fires in the Authorize Application Password form before the submit buttons.
Parameters
- $request
-
The array of request data. All arguments are optional and may be empty.<br>
- 'app_name'
(string) The suggested name of the application.<br> - 'success_url'
(string) The URL the user will be redirected to after approving the application.<br> - 'reject_url'
(string) The URL the user will be redirected to after rejecting the application.<br>
- 'app_name'
- $user
-
The user authorizing the application.
Source
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |