do_action( 'wp_create_application_password', int $user_id, array $new_item, string $new_password, array $args )
Fires when an application password is created.
Parameters
- $user_id
-
(int) The user ID.
- $new_item
-
(array) The details about the created password.
- $new_password
-
(string) The unhashed generated app password.
- $args
-
(array) Information used to create the application password.
Source
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_create_application_password