get_comment

过滤钩子


apply_filters( 'get_comment', $_comment )
参数
  • (WP_Comment)
    $_comment
    Comment data.
    Required:
定义位置
  • wp-includes/comment.php
    , line 219
引入
2.3.0
弃用

Fires after a comment is retrieved.

$_comment = apply_filters( 'get_comment', $_comment );