Action hook 'wp_authorize_application_password_form'

in WP Core File wp-admin/authorize-application.php at line 266

Description

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

Occurrences

Filename Line Number
wp-admin/authorize-application.php 266

Parameters

Type Name Description
array $request { The array of request data. All arguments are optional and may be empty.
WP_User $user The user authorizing the application.

PHP Doc

/**
				 * 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.
				 */