Automattic\WooCommerce\Admin
ReportCSVExporter::get_total_rows
Get total number of rows in export.
Method of the class: ReportCSVExporter{}
No Hooks.
Returns
Int. Number of rows to export.
Usage
$ReportCSVExporter = new ReportCSVExporter(); $ReportCSVExporter->get_total_rows();
ReportCSVExporter::get_total_rows() ReportCSVExporter::get total rows code WC 10.5.0
public function get_total_rows() {
return $this->total_rows;
}