筛选挂钩:筛选“批注”列表表中每页列出的批注数。
apply_filters( ‘comments_per_page’, int $comments_per_page , string $comment_status )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$comments_per_page | (int) | 每页要列出的评论数。 |
$comment_status | (string) | 注释状态名称。默认为“全部”。 |
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
2.6.0 | wp-admin/includes/class-wp-comments-list-table.php:192 | 2 | 0 |