wp_create_application_password_form WordPress Action Hook

The wp_create_application_password_form hook allows you to create a form for creating an application password. This form can be used to create a password for an application that requires access to your Wordpress site.

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 on Trac


Top ↑

Changelog

Changelog
VersionDescription
5.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.