WC_CSV_Exporter::prepare_data_to_export()publicWC 1.0

Prepare data that will be exported.

Method of the class: WC_CSV_Exporter{}

No Hooks.

Return

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 8.7.0

abstract public function prepare_data_to_export();