Description
Fires after a single application password is completely created or updated via the REST API.
Occurrences
Filename | Line Number |
---|---|
wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php | 273 |
wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php | 352 |
Parameters
Type | Name | Description |
---|---|---|
array | $item | Inserted or updated password item. |
WP_REST_Request | $request | Request object. |
bool | $creating | True when creating an application password, false when updating. |
PHP Doc
/**
* Fires after a single application password is completely created or updated via the REST API.
*
* @since 5.6.0
*
* @param array $item Inserted or updated password item.
* @param WP_REST_Request $request Request object.
* @param bool $creating True when creating an application password, false when updating.
*/