WC_CSV_Exporter::get_csv_data()
Get CSV data for this export.
Description Description
Return Return
(string)
Source Source
File: includes/export/abstract-wc-csv-exporter.php
protected function get_csv_data() {
return $this->export_rows();
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |