WC_CSV_Exporter::get_csv_data()

Get CSV data for this export.


Description Description


Return Return

(string)


Top ↑

Source Source

File: includes/export/abstract-wc-csv-exporter.php

	protected function get_csv_data() {
		return $this->export_rows();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.