manage_comments_nav

动作钩子
do_action( 'manage_comments_nav', $comment_status, $which )
参数
  • (string) $comment_status The comment status name. Default 'All'.
    Required:
  • (string) $which The location of the extra table nav markup: 'top' or 'bottom'.
    Required:
定义位置
相关勾子
get_comments_linkmanage_comments_custom_columnrestrict_manage_commentsget_comment_linkget_comment_date
相关方法
get_comments_linkget_commentsnext_comments_linkget_comment_dateget_comment_linkhave_comments
引入
5.6.0
弃用
-

manage_comments_nav: 这个函数用来显示WordPress中”评论”管理屏幕的导航控件。评论”屏幕显示网站上的评论列表,这个函数负责渲染导航控件,使用户能够在评论列表中分页。

在评论类型的筛选器提交按钮后触发。

do_action( 'manage_comments_nav', $comment_status, $which );

常见问题

FAQs
查看更多 >