WP_Post_Comments_List_Table::get_per_page() WordPress Method
This function defines how many comments to show per page in the Comments list table. By default, this is set to 50.
WP_Post_Comments_List_Table::get_per_page( bool $comment_status = false ) #
Contents
Parameters
- $comment_status
(bool)(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; }
Expand full source codeCollapse full source codeView on TracView on GitHub