wpseek.com
WordPress开发者和主题制作者的搜索引擎



get_comment › WordPress过滤钩子

Since2.3.0
已弃用n/a
apply_filters( 'get_comment', $_comment )
参数:
  • (WP_Comment) $_comment Comment data.
    Required: Yes
定义在:
文档:

Fires after a comment is retrieved.





源码

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