Filter hook 'get_comment'

in WP Core File wp-includes/comment.php at line 225

Description

Fires after a comment is retrieved.

Occurrences

Filename Line Number
wp-includes/comment.php 225

Parameters

Type Name Description
WP_Comment $_comment Comment data.

PHP Doc

/**
	 * Fires after a comment is retrieved.
	 *
	 * @since 2.3.0
	 *
	 * @param WP_Comment $_comment Comment data.
	 */