WC_CSV_Exporter::get_column_names()
Return an array of supported column names and ids.
Метод класса: WC_CSV_Exporter{}
Хуки из метода
Возвращает
Массив
.
Использование
$WC_CSV_Exporter = new WC_CSV_Exporter(); $WC_CSV_Exporter->get_column_names();
Список изменений
С версии 3.1.0 | Введена. |
Код WC_CSV_Exporter::get_column_names() WC CSV Exporter::get column names WC 9.8.1
public function get_column_names() { return apply_filters( "woocommerce_{$this->export_type}_export_column_names", $this->column_names, $this ); }