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 6.6.1
public function get_export_columns();