WP_Post_Comments_List_Table::get_per_page

Advertisement

Syntax Syntax

WP_Post_Comments_List_Table::get_per_page( bool $comment_status = false )

Parameters Parameters

$comment_status

(bool) (Optional)

Default value: false

Return Return

(int)

Source Source

File: wp-admin/includes/class-wp-post-comments-list-table.php

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

Advertisement

Advertisement

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.