WP_Post_Comments_List_Table::get_per_page
Method of the class: WP_Post_Comments_List_Table{}
No Hooks.
Returns
Int.
Usage
$WP_Post_Comments_List_Table = new WP_Post_Comments_List_Table(); $WP_Post_Comments_List_Table->get_per_page( $comment_status );
- $comment_status(true|false)
- .
Default: false
WP_Post_Comments_List_Table::get_per_page() WP Post Comments List Table::get per page code WP 6.9
public function get_per_page( $comment_status = false ) {
return 10;
}