Automattic\WooCommerce\Internal\Admin\Logging\FileV2
SearchListTable::get_per_page_default
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() SearchListTable::get per page default code WC 10.6.2
public function get_per_page_default(): int {
return $this->file_controller::DEFAULTS_SEARCH_WITHIN_FILES['per_page'];
}