do_action( 'rest_after_insert_application_password', array $item, WP_REST_Request $request, bool $creating )

Fires after a single application password is completely created or updated via the REST API.

Parameters

$item

(array) Inserted or updated password item.

$request

(WP_REST_Request) Request object.

$creating

(bool) True when creating an application password, false when updating.

Source

File: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php

View on Trac

Changelog

Version Description
5.6.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_after_insert_application_password