On this page
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
$itemarray-
Inserted or updated password item.
$requestWP_REST_Request-
Request object.
$creatingbool-
True when creating an application password, false when updating.
Source
File: wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php. View all references
do_action( 'rest_after_insert_application_password', $item, $request, true );
Related
Used By
| Used By | Description |
|---|---|
| WP_REST_Application_Passwords_Controller::create_item() wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php | Creates an application password. |
| WP_REST_Application_Passwords_Controller::update_item() wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php | Updates an application password. |
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_after_insert_application_password