Automattic\WooCommerce\Internal\Admin\Logging\FileV2

FileListTable::get_per_page_defaultpublicWC 1.0

Helper to get the default value for the per_page arg.

Method of the class: FileListTable{}

No Hooks.

Returns

Int.

Usage

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

FileListTable::get_per_page_default() code WC 10.3.5

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