Fires after a comment is created or updated via the REST API.
Parameters
$comment
WP_Comment- Inserted or updated comment object.
$request
WP_REST_Request- Request object.
$creating
bool- True when creating a comment, false when updating.
Source
do_action( 'rest_insert_comment', $comment, $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.