WC_CSV_Exporter::prepare_data_to_exportpublicWC 1.0

Prepare data that will be exported.

Method of the class: WC_CSV_Exporter{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_CSV_Exporter = new WC_CSV_Exporter();
$WC_CSV_Exporter->prepare_data_to_export();

WC_CSV_Exporter::prepare_data_to_export() code WC 10.5.0

abstract public function prepare_data_to_export();