edit_comment_misc_actions

最后更新于:2021-11-26 09:04:32

apply_filters( ‘edit_comment_misc_actions’, string $html, GC_Comment $comment )

Filters miscellaneous actions for the edit comment form sidebar.

参数

$html

(string)
Output HTML to display miscellaneous action.

$comment

(GC_Comment)
Current comment object.

源文件

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

View on Trac