WC_CSV_Exporter::get_data_to_export()

Get data that will be exported.


Description Description


Return Return

(array)


Top ↑

Source Source

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

	protected function get_data_to_export() {
		return $this->row_data;
	}

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.