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.

Метод класса: SearchListTable{}

Хуков нет.

Возвращает

int.

Использование

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

Код SearchListTable::get_per_page_default() WC 9.5.1

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