Automattic\WooCommerce\Admin\API\Reports
ExportableInterface::get_export_columns()
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() ExportableInterface::get export columns code WC 9.6.1
public function get_export_columns();