add_meta_boxes_comment

最后更新于:2021-11-25 19:11:37

do_action( ‘add_meta_boxes_comment’, GC_Comment $comment )

Fires when comment-specific meta boxes are added.

参数

$comment

(GC_Comment)
Comment object.

源文件

文件: gc-admin/edit-form-comment.php

View on Trac