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



add_meta_boxes_comment › WordPress动作钩子

Since3.0.0
已弃用n/a
do_action( 'add_meta_boxes_comment', $comment )
参数:
  • (WP_Comment) $comment Comment object.
    Required: Yes
定义在:
文档:

Fires when comment-specific meta boxes are added.





源码

do_action( 'add_meta_boxes_comment', $comment );