wp_authorize_application_password_form

wp_authorize_application_password_form

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('wp_authorize_application_password_form') is found 1 times:

  • /wp-admin/authorize-application.php line 266

    * @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.
    */
    do_action( ‘wp_authorize_application_password_form’, $request, $user );
    ?>