WC_CSV_Exporter::get_data_to_exportprotectedWC 3.1.0

Get data that will be exported.

Method of the class: WC_CSV_Exporter{}

No Hooks.

Returns

Array.

Usage

// protected - for code of main (parent) or child class
$result = $this->get_data_to_export();

Changelog

Since 3.1.0 Introduced.

WC_CSV_Exporter::get_data_to_export() code WC 10.5.0

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