WP_Post_Comments_List_Table::get_per_page()publicWP 1.0

Method of the class: WP_Post_Comments_List_Table{}

No Hooks.

Return

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() code WP 6.4.3

public function get_per_page( $comment_status = false ) {
	return 10;
}