Automattic\WooCommerce\Internal\Admin\Logging\FileV2

SearchListTable::get_per_page_default()publicWC 1.0

Helper to get the default value for the per_page arg.

Method of the class: SearchListTable{}

No Hooks.

Returns

Int.

Usage

$SearchListTable = new SearchListTable();
$SearchListTable->get_per_page_default(): int;

SearchListTable::get_per_page_default() code WC 9.8.4

public function get_per_page_default(): int {
	return $this->file_controller::DEFAULTS_SEARCH_WITHIN_FILES['per_page'];
}