edit_comment_misc_actions

过滤钩子
apply_filters( 'edit_comment_misc_actions', '', $comment )
参数
  • (string) $html Output HTML to display miscellaneous action.
    Required:
  • (WP_Comment) $comment Current comment object.
    Required:
定义位置
相关勾子
comment_row_actionsedit_comment_linkget_comments_linkattachment_submitbox_misc_actionsget_edit_comment_link
相关方法
edit_comment_linkget_comments_linkget_comment_countthe_comments_navigationget_comment_classthe_comments_pagination
引入
4.3.0
弃用
-

edit_comment_misc_actions: 这是一个动作钩子,允许开发者在评论编辑器中添加额外的动作。

过滤编辑评论表侧边栏的杂项操作。

echo apply_filters( 'edit_comment_misc_actions', '', $comment );

常见问题

FAQs
查看更多 >