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



manage_comments_nav › WordPress动作钩子

Since5.6.0
已弃用n/a
do_action( 'manage_comments_nav', $comment_status, $which )
参数: (2)
  • (string) $comment_status The comment status name. Default 'All'.
    Required: Yes
  • (string) $which The location of the extra table nav markup: Either 'top' or 'bottom'.
    Required: Yes
定义在:
文档:

Fires after the Filter submit button for comment types.





源码

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