Filters the number of comments listed per page in the comments list table.
$comments_per_pageint$comment_statusstringwp-admin/includes/class-wp-comments-list-table.php:211WP_Comments_List_Table::get_per_page()wp-admin/includes/class-wp-screen.php:1258WP_Screen::render_per_page_options() * * @since 2.6.0 * * @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 ); } /** * @global string $comment_status */ public function no_items() {Introduced in 2.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.