过滤器挂钩:过滤编辑注释窗体侧边栏的其他操作。
apply_filters( ‘edit_comment_misc_actions’, string $html , WP_Comment $comment )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$html | (string) | 输出HTML以显示杂项操作。 |
$comment | (WP_Comment) | 当前注释对象。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.3.0 | wp-admin/edit-form-comment.php:196 | 0 | 0 |