apply_filters( 'get_comment', $_comment )
get_comment。这个函数根据评论的ID从数据库中检索一个评论。该函数接受一个参数,即评论ID,并返回一个代表该评论的对象。
在检索到一个评论后触发。
$_comment = apply_filters( 'get_comment', $_comment );