WC_CSV_Exporter::get_data_to_export()protectedWC 3.1.0

Get data that will be exported.

Method of the class: WC_CSV_Exporter{}

No Hooks.

Return

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 8.7.0

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