Fires immediately after a user is created or updated via the REST API.
Parameters
$userWP_User- Inserted or updated user object.
$requestWP_REST_Request- Request object.
$creatingbool- True when creating a user, false when updating.
Source
do_action( 'rest_insert_user', $user, $request, true );
Changelog
| Version | Description |
|---|---|
| 4.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.