W3cubDocs

/WordPress

do_action( 'rest_after_insert_comment', WP_Comment $comment, WP_REST_Request $request, bool $creating )

Fires completely 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

File: wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php

View on Trac

Changelog

Version Description
5.0.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/rest_after_insert_comment