Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/authorize-application.php | do_action | 258 | /** * Fires in the Authorize Application Password form before the submit buttons. * * @since 5.6.0 * * @param array $request { * The array of request data. All arguments are optional and may be empty. * * @type string $app_name The suggested name of the application. * @type string $success_url The URL the user will be redirected to after approving the application. * @type string $reject_url The URL the user will be redirected to after rejecting the application. * } * @param WP_User $user The user authorizing the application. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $new_password | The newly generated application password. |
array | $request | The array of request data. All arguments are optional and may be empty. |
WP_User | $user | The user authorizing the application. |