comments_per_page, $comments_per_page, $comment_status
comments_per_page, $comments_per_page, $comment_status
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('comments_per_page, $comments_per_page, $comment_status') is found 1 times:
- /wp-admin/includes/class-wp-comments-list-table.php line 222
* * @param int $comments_per_page The number of comments to list per page. * @param string $comment_status The comment status name. Default 'All'. */ return apply_filters( 'comments_per_page', $comments_per_page, $comment_status ); } /** * Displays a message when no comments are found. * @global string $comment_status The current comment status filter. */