添加特定于注释的元框时触发。
原型
do_action( 'add_meta_boxes_comment', WP_Comment $comment )
参数
$comment
(WP_Comment)
评论对象。
源文件
路径:wp-admin/edit-form-comment.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/add_meta_boxes_comment/
添加特定于注释的元框时触发。
do_action( 'add_meta_boxes_comment', WP_Comment $comment )
$comment
(WP_Comment)
评论对象。
路径:wp-admin/edit-form-comment.php
英文文档:https://developer.wordpress.org/reference/hooks/add_meta_boxes_comment/
请在后台设置小工具!