wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_authorize_application_password_form_approved_no_js › WordPress Action Hooks

Da5.6.1
Deprecaton/a
do_action( 'wp_authorize_application_password_form_approved_no_js', $new_password, $request, $user )
Parametri: (3)
  • (string) $new_password The newly generated application password.
    Richiesto:
  • (array) $request The array of request data. All arguments are optional and may be empty.
    Richiesto:
  • (WP_User) $user The user authorizing the application.
    Richiesto:
Definito a:
Codex:

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.





Sorgenti

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