Filter hook 'rest_prepare_comment'

in WP Core File wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php at line 1141

Description

Filters a comment returned from the REST API. Allows modification of the comment right before it is returned.

Occurrences

Filename Line Number
wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php 1141

Parameters

Type Name Description
WP_REST_Response $response The response object.
WP_Comment $comment The original comment object.
WP_REST_Request $request Request used to generate the response.

PHP Doc

/**
		 * Filters a comment returned from the REST API.
		 *
		 * Allows modification of the comment right before it is returned.
		 *
		 * @since 4.7.0
		 *
		 * @param WP_REST_Response  $response The response object.
		 * @param WP_Comment        $comment  The original comment object.
		 * @param WP_REST_Request   $request  Request used to generate the response.
		 */