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
do_action( 'rest_after_insert_application_password', $item, $request, true );
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.