Automattic\WooCommerce\Admin\API\Reports

ExportableInterface::get_export_columns()publicWC 1.0

Get the column names for export.

Method of the class: ExportableInterface{}

No Hooks.

Return

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

Usage

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

ExportableInterface::get_export_columns() code WC 8.7.0

public function get_export_columns();