do_action( ‘rest_insert_comment’, WP_Comment $comment, WP_REST_Request $request, bool $creating )

In this article

Fires after a comment is created or updated via the REST API.

Parameters

$commentWP_Comment
Inserted or updated comment object.
$requestWP_REST_Request
Request object.
$creatingbool
True when creating a comment, false when updating.

Source

do_action( 'rest_insert_comment', $comment, $request, true );

Changelog

VersionDescription
4.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.