You appear to be a bot. Output may be restricted
Description
Get data that will be exported.
Usage
$array = WC_CSV_Exporter::get_data_to_export();
Parameters
Returns
array
Source
File name: woocommerce/includes/export/abstract-wc-csv-exporter.php
Lines:
1 to 3 of 3
protected function get_data_to_export() { return $this->row_data; }