do_action( ‘wp_create_application_password_form’, WP_User $profile_user )

In this article

Fires in the create Application Passwords form.

Parameters

$profile_userWP_User
The current WP_User object.

Source

do_action( 'wp_create_application_password_form', $profile_user );

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

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