Automattic\WooCommerce\Admin
ReportCSVExporter::get_total_rows() public WC 1.0
Get total number of rows in export.
{} Это метод класса: ReportCSVExporter{}
Хуков нет.
Возвращает
Число
. Number of rows to export.
Использование
$ReportCSVExporter = new ReportCSVExporter(); $ReportCSVExporter->get_total_rows();
Код ReportCSVExporter::get_total_rows() ReportCSVExporter::get total rows WC 5.2.2
public function get_total_rows() {
return $this->total_rows;
}