WP_Post_Comments_List_Table::get_per_page( bool $comment_status = false )
Parameters
- $comment_status
-
(Optional)
Default value: false
Return
(int)
Source
File: wp-admin/includes/class-wp-post-comments-list-table.php
public function get_per_page( $comment_status = false ) {
return 10;
}