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