在评论类型的过滤器提交按钮后触发。
原型
do_action( 'manage_comments_nav', string $comment_status )
参数
$comment_status
(string)
评论状态名称。默认为“全部”。
源文件
路径:wp-admin/includes/class-wp-comments-list-table.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/manage_comments_nav/