widget_comments_args

过滤钩子
参数
  • (array) $comment_args An array of arguments used to retrieve the recent comments.
    Required:
    Default:
  • (array) $instance Array of settings for the current widget.
    Required:
定义位置
相关勾子
wp_list_comments_argswidget_posts_argswidget_pages_argswidget_links_argswidget_nav_menu_args
相关方法
get_comment_classget_commentsget_comment_authorget_comments_numberget_comment_metaget_comment_date
引入
4.9.0
弃用
-

widget_comments_args是 WordPress 中的过滤器钩子,它允许开发人员修改在查询最近评论小工具的评论时使用的参数。此钩子用于最近评论小工具的上下文中,该小工具显示 WordPress 站点上的最近评论列表。

过滤最近评论小工具的参数。

apply_filters(

常见问题

FAQs
查看更多 >