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.

Top ↑

Source

File: wp-admin/user-edit.php. View all references

do_action( 'wp_create_application_password_form', $profile_user );

Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.

Top ↑

User Contributed Notes

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