Automattic\WooCommerce\Admin\API\Reports
ExportableInterface::get_export_columns()
Get the column names for export.
Метод класса: ExportableInterface{}
Хуков нет.
Возвращает
Массив
. Key value pair of Column ID => Label.
Использование
$ExportableInterface = new ExportableInterface(); $ExportableInterface->get_export_columns();
Код ExportableInterface::get_export_columns() ExportableInterface::get export columns WC 7.3.0
public function get_export_columns();