Automattic\WooCommerce\Admin\API\Reports

ExportableInterface::get_export_columnspublicWC 1.0

Get the column names for export.

Method of the class: ExportableInterface{}

No Hooks.

Returns

Array. Key value pair of Column ID => Label.

Usage

$ExportableInterface = new ExportableInterface();
$ExportableInterface->get_export_columns();

ExportableInterface::get_export_columns() code WC 10.5.0

public function get_export_columns();