do_action ( ‘wp_create_application_password_form’, WP_User $profile_user )

Fires in the create Application Passwords form.

Parameters

$profile_user WP_User
The current WP_User object.

Source

do_action( 'wp_create_application_password_form', $profile_user );

Changuelog

Versionen Description
5.6.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.