wpseek.com
WordPress开发者和主题制作者的搜索引擎



edit_comment_misc_actions › WordPress过滤钩子

Since4.3.0
已弃用n/a
apply_filters( 'edit_comment_misc_actions', '', $comment )
参数: (2)
  • (string) $html Output HTML to display miscellaneous action.
    Required: Yes
  • (WP_Comment) $comment Current comment object.
    Required: Yes
定义在:
文档:

Filters miscellaneous actions for the edit comment form sidebar.





源码

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