apply_filters( 'comments_per_page', int $comments_per_page , string $comment_status )
Filters the number of comments listed per page in the comments list table.
Parameters
- $comments_per_page
-
The number of comments to list per page.
- $comment_status
-
The comment status name. Default 'All'.
Source
Changelog
Version | Description |
---|---|
WP-2.6.0 | Introduced. |