WC_CSV_Exporter::get_column_names()

Return an array of supported column names and ids.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/export/abstract-wc-csv-exporter.php

	public function get_column_names() {
		return apply_filters( "woocommerce_{$this->export_type}_export_column_names", $this->column_names, $this );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.