WPDev.one
Action Hook

wp_authorize_application_password_form_approved_no_js

do_action( 'wp_authorize_application_password_form_approved_no_js', $new_password, $request, $user )

Fires in the Authorize Application Password new password section in the no-JS version. In most cases, this should be used in combination with the {@see 'wp_application_passwords_approve_app_request_success'} action to ensure that both the JS and no-JS variants are handled.

Parameters 3 parameters

Name / Type Description
$new_password
mixed
No description available.
$request
mixed
No description available.
$user
mixed
No description available.

Hook Information

Source File
wp-admin/authorize-application.php
Advertisement